#CBECF9

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

Shades of Pattens Blue #CBECF9

Tints of Pattens Blue #CBECF9

Color information

#CBECF9 (or 0xCBECF9) is unknown color: approx Pattens Blue. HEX triplet: CB, EC and F9. RGB value is (203,236,249). Sum of RGB (Red+Green+Blue) = 203+236+249=688 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.51% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBECF9 is #341306. Grayscale: #E3E3E3. Windows color (decimal): -3412743 or 16379083. OLE color: 16379083.

HSL color Cylindrical-coordinate representation of color #CBECF9: hue angle of 196.96º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBECF9 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203236249-
CMYK0.180.0500.02
HSL196.96º79.31%88.63%-
HSV(B)196.96º18.47%97.65%-
XYZ71.7279.53101.19-
YUV227.61140.07110.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.51%
GREEN value IS 236 (92.58% from 255) = 34.30%
BLUE value IS 249 (97.66% from 255) = 36.19%
R=29.51%
G=34.30%
B=36.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032362490.180.0500.02196.9679.3188.63
HexCBECF912502c54f59
Octal31335437122502305117131
Binary110010111110110011111001100101010101100010110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECF9; }

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

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

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

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

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

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

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

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