#CBE5FF

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

Shades of Pattens Blue #CBE5FF

Tints of Pattens Blue #CBE5FF

Color information

#CBE5FF (or 0xCBE5FF) is unknown color: approx Pattens Blue. HEX triplet: CB, E5 and FF. RGB value is (203,229,255). Sum of RGB (Red+Green+Blue) = 203+229+255=687 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.55% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE5FF is #341A00. Grayscale: #E0E0E0. Windows color (decimal): -3414529 or 16770507. OLE color: 16770507.

HSL color Cylindrical-coordinate representation of color #CBE5FF: hue angle of 210º 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 #CBE5FF is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203229255-
CMYK0.200.1000
HSL210º100%89.8%-
HSV(B)210º20.39%100%-
XYZ70.775.96105.54-
YUV224.19145.39112.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.55%
GREEN value IS 229 (89.84% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 37.12%
R=29.55%
G=33.33%
B=37.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032292550.200.100021010089.8
HexCBE5FF14A00d2645a
Octal313345377241200322144132
Binary110010111110010111111111101001010001101001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE5FF; }

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

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

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

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

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

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

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

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