#C4DEEE

Color #C4DEEE Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #C4DEEE

Tints of Pattens Blue #C4DEEE

Color information

#C4DEEE (or 0xC4DEEE) is unknown color: approx Pattens Blue. HEX triplet: C4, DE and EE. RGB value is (196,222,238). Sum of RGB (Red+Green+Blue) = 196+222+238=656 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.88% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4DEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DEEE is #3B2111. Grayscale: #D7D7D7. Windows color (decimal): -3875090 or 15654596. OLE color: 15654596.

HSL color Cylindrical-coordinate representation of color #C4DEEE: hue angle of 202.86º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4DEEE is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196222238-
CMYK0.180.0700.07
HSL202.86º55.26%85.1%-
HSV(B)202.86º17.65%93.33%-
XYZ64.3270.1591.04-
YUV216.05140.39113.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 29.88%
GREEN value IS 222 (87.11% from 255) = 33.84%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=29.88%
G=33.84%
B=36.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1962222380.180.0700.07202.8655.2685.1
HexC4DEEE12707cb3755
Octal3043363562270731367125
Binary110001001101111011101110100101110111110010111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DEEE; }

 p { color: rgb(196,222,238); }

 H1.HeaderClassName
 {
   color: #C4DEEE;
 }
 .AnyTagClassName
 {
   color: #C4DEEE;
 }
</style>
background-color css

<style>
 a { background-color: #C4DEEE; }

 a { background-color: rgb(196,222,238); }

 div.DivClassName
 {
   background-color: #C4DEEE;
 }
 .BgClassName
 {
   background-color: #C4DEEE;
 }
</style>
border-color css

<style>
 span { border-color: #C4DEEE; }

 span { border-color: rgb(196,222,238); }

 td.TdClassName
 {
   border-color: #C4DEEE;
 }
 .TagClassName
 {
   border-color: #C4DEEE;
 }
</style>