#C4DBF1

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

Shades of Pattens Blue #C4DBF1

Tints of Pattens Blue #C4DBF1

Color information

#C4DBF1 (or 0xC4DBF1) is unknown color: approx Pattens Blue. HEX triplet: C4, DB and F1. RGB value is (196,219,241). Sum of RGB (Red+Green+Blue) = 196+219+241=656 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.88% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4DBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DBF1 is #3B240E. Grayscale: #D6D6D6. Windows color (decimal): -3875855 or 15850436. OLE color: 15850436.

HSL color Cylindrical-coordinate representation of color #C4DBF1: hue angle of 209.33º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4DBF1 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB196219241-
CMYK0.190.0900.05
HSL209.33º61.64%85.69%-
HSV(B)209.33º18.67%94.51%-
XYZ63.9768.7593.12-
YUV214.63142.88114.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.88%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 241 (94.53% from 255) = 36.74%
R=29.88%
G=33.38%
B=36.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1962192410.190.0900.05209.3361.6485.69
HexC4DBF113905d13e56
Octal30433336123110532176126
Binary1100010011011011111100011001110010101110100011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DBF1; }

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

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

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

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

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

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

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

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