#CBDEEF

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

Shades of Pattens Blue #CBDEEF

Tints of Pattens Blue #CBDEEF

Color information

#CBDEEF (or 0xCBDEEF) is unknown color: approx Pattens Blue. HEX triplet: CB, DE and EF. RGB value is (203,222,239). Sum of RGB (Red+Green+Blue) = 203+222+239=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDEEF is #342110. Grayscale: #DADADA. Windows color (decimal): -3416337 or 15720139. OLE color: 15720139.

HSL color Cylindrical-coordinate representation of color #CBDEEF: hue angle of 208.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBDEEF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203222239-
CMYK0.150.0700.06
HSL208.33º52.94%86.67%-
HSV(B)208.33º15.06%93.73%-
XYZ66.3371.1791.9-
YUV218.26139.71117.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.57%
GREEN value IS 222 (87.11% from 255) = 33.43%
BLUE value IS 239 (93.75% from 255) = 35.99%
R=30.57%
G=33.43%
B=35.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032222390.150.0700.06208.3352.9486.67
HexCBDEEFF706d03557
Octal3133363571770632065127
Binary11001011110111101110111111111110110110100001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDEEF; }

 p { color: rgb(203,222,239); }

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

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

 a { background-color: rgb(203,222,239); }

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

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

 span { border-color: rgb(203,222,239); }

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