#CBE0ED

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

Shades of Pattens Blue #CBE0ED

Tints of Pattens Blue #CBE0ED

Color information

#CBE0ED (or 0xCBE0ED) is unknown color: approx Pattens Blue. HEX triplet: CB, E0 and ED. RGB value is (203,224,237). Sum of RGB (Red+Green+Blue) = 203+224+237=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE0ED is #341F12. Grayscale: #DBDBDB. Windows color (decimal): -3415827 or 15589579. OLE color: 15589579.

HSL color Cylindrical-coordinate representation of color #CBE0ED: hue angle of 202.94º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBE0ED is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203224237-
CMYK0.140.0500.07
HSL202.94º48.57%86.27%-
HSV(B)202.94º14.35%92.94%-
XYZ66.5772.1290.53-
YUV219.2138.04116.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.57%
GREEN value IS 224 (87.89% from 255) = 33.73%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=30.57%
G=33.73%
B=35.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032242370.140.0500.07202.9448.5786.27
HexCBE0EDE507cb3156
Octal3133403551650731361126
Binary11001011111000001110110111101010111110010111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE0ED; }

 p { color: rgb(203,224,237); }

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

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

 a { background-color: rgb(203,224,237); }

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

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

 span { border-color: rgb(203,224,237); }

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