#CBE1F9

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

Shades of Pattens Blue #CBE1F9

Tints of Pattens Blue #CBE1F9

Color information

#CBE1F9 (or 0xCBE1F9) is unknown color: approx Pattens Blue. HEX triplet: CB, E1 and F9. RGB value is (203,225,249). Sum of RGB (Red+Green+Blue) = 203+225+249=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBE1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1F9 is #341E06. Grayscale: #DDDDDD. Windows color (decimal): -3415559 or 16376267. OLE color: 16376267.

HSL color Cylindrical-coordinate representation of color #CBE1F9: hue angle of 211.3º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBE1F9 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203225249-
CMYK0.180.1000.02
HSL211.3º79.31%88.63%-
HSV(B)211.3º18.47%97.65%-
XYZ68.6573.39100.17-
YUV221.16143.71115.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.99%
GREEN value IS 225 (88.28% from 255) = 33.23%
BLUE value IS 249 (97.66% from 255) = 36.78%
R=29.99%
G=33.23%
B=36.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032252490.180.1000.02211.379.3188.63
HexCBE1F912A02d34f59
Octal313341371221202323117131
Binary1100101111100001111110011001010100101101001110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1F9; }

 p { color: rgb(203,225,249); }

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

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

 a { background-color: rgb(203,225,249); }

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

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

 span { border-color: rgb(203,225,249); }

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