#CBE9F9

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

Shades of Pattens Blue #CBE9F9

Tints of Pattens Blue #CBE9F9

Color information

#CBE9F9 (or 0xCBE9F9) is unknown color: approx Pattens Blue. HEX triplet: CB, E9 and F9. RGB value is (203,233,249). Sum of RGB (Red+Green+Blue) = 203+233+249=685 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.64% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBE9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE9F9 is #341606. Grayscale: #E1E1E1. Windows color (decimal): -3413511 or 16378315. OLE color: 16378315.

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

Color convert

RGB203233249-
CMYK0.180.0600.02
HSL200.87º79.31%88.63%-
HSV(B)200.87º18.47%97.65%-
XYZ70.8777.81100.91-
YUV225.85141.06111.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.64%
GREEN value IS 233 (91.41% from 255) = 34.01%
BLUE value IS 249 (97.66% from 255) = 36.35%
R=29.64%
G=34.01%
B=36.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032332490.180.0600.02200.8779.3188.63
HexCBE9F912602c94f59
Octal31335137122602311117131
Binary110010111110100111111001100101100101100100110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE9F9; }

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

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

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

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

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

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

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

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