#CBE4F5

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

Shades of Pattens Blue #CBE4F5

Tints of Pattens Blue #CBE4F5

Color information

#CBE4F5 (or 0xCBE4F5) is unknown color: approx Pattens Blue. HEX triplet: CB, E4 and F5. RGB value is (203,228,245). Sum of RGB (Red+Green+Blue) = 203+228+245=676 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.03% from 676); Green value is 228 (89.45% from 255 or 33.73% from 676); Blue value is 245 (96.09% from 255 or 36.24% from 676); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBE4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE4F5 is #341B0A. Grayscale: #DEDEDE. Windows color (decimal): -3414795 or 16114891. OLE color: 16114891.

HSL color Cylindrical-coordinate representation of color #CBE4F5: hue angle of 204.29º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBE4F5 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203228245-
CMYK0.170.0700.04
HSL204.29º67.74%87.84%-
HSV(B)204.29º17.14%96.08%-
XYZ68.8574.7897.19-
YUV222.46140.72114.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.03%
GREEN value IS 228 (89.45% from 255) = 33.73%
BLUE value IS 245 (96.09% from 255) = 36.24%
R=30.03%
G=33.73%
B=36.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032282450.170.0700.04204.2967.7487.84
HexCBE4F511704cc4458
Octal31334436521704314104130
Binary1100101111100100111101011000111101001100110010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE4F5; }

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

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

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

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

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

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

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

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