#CBE9FF

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

Shades of Pattens Blue #CBE9FF

Tints of Pattens Blue #CBE9FF

Color information

#CBE9FF (or 0xCBE9FF) is unknown color: approx Pattens Blue. HEX triplet: CB, E9 and FF. RGB value is (203,233,255). Sum of RGB (Red+Green+Blue) = 203+233+255=691 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.38% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBE9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE9FF is #341600. Grayscale: #E2E2E2. Windows color (decimal): -3413505 or 16771531. OLE color: 16771531.

HSL color Cylindrical-coordinate representation of color #CBE9FF: hue angle of 205.38º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBE9FF is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203233255-
CMYK0.200.0900
HSL205.38º100%89.8%-
HSV(B)205.38º20.39%100%-
XYZ71.8278.19105.92-
YUV226.54144.06111.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.38%
GREEN value IS 233 (91.41% from 255) = 33.72%
BLUE value IS 255 (100% from 255) = 36.90%
R=29.38%
G=33.72%
B=36.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032332550.200.0900205.3810089.8
HexCBE9FF14900cd645a
Octal313351377241100315144132
Binary110010111110100111111111101001001001100110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE9FF; }

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

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

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

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

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

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

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

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