#C4DCEF

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

Shades of Pattens Blue #C4DCEF

Tints of Pattens Blue #C4DCEF

Color information

#C4DCEF (or 0xC4DCEF) is unknown color: approx Pattens Blue. HEX triplet: C4, DC and EF. RGB value is (196,220,239). Sum of RGB (Red+Green+Blue) = 196+220+239=655 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.92% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DCEF is #3B2310. Grayscale: #D6D6D6. Windows color (decimal): -3875601 or 15719620. OLE color: 15719620.

HSL color Cylindrical-coordinate representation of color #C4DCEF: hue angle of 206.51º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4DCEF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB196220239-
CMYK0.180.0800.06
HSL206.51º57.33%85.29%-
HSV(B)206.51º17.99%93.73%-
XYZ63.9469.1591.64-
YUV214.99141.55114.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.92%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 239 (93.75% from 255) = 36.49%
R=29.92%
G=33.59%
B=36.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1962202390.180.0800.06206.5157.3385.29
HexC4DCEF12806cf3955
Octal30433435722100631771125
Binary1100010011011100111011111001010000110110011111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DCEF; }

 p { color: rgb(196,220,239); }

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

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

 a { background-color: rgb(196,220,239); }

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

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

 span { border-color: rgb(196,220,239); }

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