#C4DBEF

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

Shades of Pattens Blue #C4DBEF

Tints of Pattens Blue #C4DBEF

Color information

#C4DBEF (or 0xC4DBEF) is unknown color: approx Pattens Blue. HEX triplet: C4, DB and EF. RGB value is (196,219,239). Sum of RGB (Red+Green+Blue) = 196+219+239=654 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.97% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DBEF is #3B2410. Grayscale: #D6D6D6. Windows color (decimal): -3875857 or 15719364. OLE color: 15719364.

HSL color Cylindrical-coordinate representation of color #C4DBEF: hue angle of 207.91º 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 #C4DBEF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB196219239-
CMYK0.180.0800.06
HSL207.91º57.33%85.29%-
HSV(B)207.91º17.99%93.73%-
XYZ63.6868.6391.55-
YUV214.4141.88114.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.97%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 239 (93.75% from 255) = 36.54%
R=29.97%
G=33.49%
B=36.54%

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
Decimal1962192390.180.0800.06207.9157.3385.29
HexC4DBEF12806d03955
Octal30433335722100632071125
Binary1100010011011011111011111001010000110110100001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DBEF; }

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

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

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

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

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

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

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

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