#CBE3F2

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

Shades of Pattens Blue #CBE3F2

Tints of Pattens Blue #CBE3F2

Color information

#CBE3F2 (or 0xCBE3F2) is unknown color: approx Pattens Blue. HEX triplet: CB, E3 and F2. RGB value is (203,227,242). Sum of RGB (Red+Green+Blue) = 203+227+242=672 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.21% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBE3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3F2 is #341C0D. Grayscale: #DDDDDD. Windows color (decimal): -3415054 or 15918027. OLE color: 15918027.

HSL color Cylindrical-coordinate representation of color #CBE3F2: hue angle of 203.08º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBE3F2 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203227242-
CMYK0.160.0600.05
HSL203.08º60%87.25%-
HSV(B)203.08º16.12%94.9%-
XYZ68.1274.0594.71-
YUV221.53139.55114.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.21%
GREEN value IS 227 (89.06% from 255) = 33.78%
BLUE value IS 242 (94.92% from 255) = 36.01%
R=30.21%
G=33.78%
B=36.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032272420.160.0600.05203.086087.25
HexCBE3F210605cb3c57
Octal3133433622060531374127
Binary110010111110001111110010100001100101110010111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE3F2; }

 p { color: rgb(203,227,242); }

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

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

 a { background-color: rgb(203,227,242); }

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

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

 span { border-color: rgb(203,227,242); }

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