#CBE4F7

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

Shades of Pattens Blue #CBE4F7

Tints of Pattens Blue #CBE4F7

Color information

#CBE4F7 (or 0xCBE4F7) is unknown color: approx Pattens Blue. HEX triplet: CB, E4 and F7. RGB value is (203,228,247). Sum of RGB (Red+Green+Blue) = 203+228+247=678 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.94% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 247 (96.88% from 255 or 36.43% from 678); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBE4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE4F7 is #341B08. Grayscale: #DEDEDE. Windows color (decimal): -3414793 or 16245963. OLE color: 16245963.

HSL color Cylindrical-coordinate representation of color #CBE4F7: hue angle of 205.91º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBE4F7 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203228247-
CMYK0.180.0800.03
HSL205.91º73.33%88.24%-
HSV(B)205.91º17.81%96.86%-
XYZ69.1674.998.81-
YUV222.69141.72113.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.94%
GREEN value IS 228 (89.45% from 255) = 33.63%
BLUE value IS 247 (96.88% from 255) = 36.43%
R=29.94%
G=33.63%
B=36.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032282470.180.0800.03205.9173.3388.24
HexCBE4F712803ce4958
Octal313344367221003316111130
Binary1100101111100100111101111001010000111100111010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE4F7; }

 p { color: rgb(203,228,247); }

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

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

 a { background-color: rgb(203,228,247); }

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

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

 span { border-color: rgb(203,228,247); }

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