#CBECFE

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

Shades of Pattens Blue #CBECFE

Tints of Pattens Blue #CBECFE

Color information

#CBECFE (or 0xCBECFE) is unknown color: approx Pattens Blue. HEX triplet: CB, EC and FE. RGB value is (203,236,254). Sum of RGB (Red+Green+Blue) = 203+236+254=693 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.29% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBECFE is #341301. Grayscale: #E4E4E4. Windows color (decimal): -3412738 or 16706763. OLE color: 16706763.

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

Color convert

RGB203236254-
CMYK0.200.0700.00
HSL201.18º96.23%89.61%-
HSV(B)201.18º20.08%99.61%-
XYZ72.5179.84105.36-
YUV228.18142.57110.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.29%
GREEN value IS 236 (92.58% from 255) = 34.05%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=29.29%
G=34.05%
B=36.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032362540.200.0700.00201.1896.2389.61
HexCBECFE14700c9605a
Octal31335437624700311140132
Binary11001011111011001111111010100111001100100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECFE; }

 p { color: rgb(203,236,254); }

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

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

 a { background-color: rgb(203,236,254); }

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

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

 span { border-color: rgb(203,236,254); }

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