#CBE6FF

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

Shades of Pattens Blue #CBE6FF

Tints of Pattens Blue #CBE6FF

Color information

#CBE6FF (or 0xCBE6FF) is unknown color: approx Pattens Blue. HEX triplet: CB, E6 and FF. RGB value is (203,230,255). Sum of RGB (Red+Green+Blue) = 203+230+255=688 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.51% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE6FF is #341900. Grayscale: #E0E0E0. Windows color (decimal): -3414273 or 16770763. OLE color: 16770763.

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

Color convert

RGB203230255-
CMYK0.200.1000
HSL208.85º100%89.8%-
HSV(B)208.85º20.39%100%-
XYZ70.9876.51105.63-
YUV224.78145.05112.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.51%
GREEN value IS 230 (90.23% from 255) = 33.43%
BLUE value IS 255 (100% from 255) = 37.06%
R=29.51%
G=33.43%
B=37.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032302550.200.1000208.8510089.8
HexCBE6FF14A00d1645a
Octal313346377241200321144132
Binary110010111110011011111111101001010001101000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE6FF; }

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

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

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

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

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

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

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

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