#CBE8F6

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

Shades of Pattens Blue #CBE8F6

Tints of Pattens Blue #CBE8F6

Color information

#CBE8F6 (or 0xCBE8F6) is unknown color: approx Pattens Blue. HEX triplet: CB, E8 and F6. RGB value is (203,232,246). Sum of RGB (Red+Green+Blue) = 203+232+246=681 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.81% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 246 (96.48% from 255 or 36.12% from 681); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBE8F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE8F6 is #341709. Grayscale: #E0E0E0. Windows color (decimal): -3413770 or 16181451. OLE color: 16181451.

HSL color Cylindrical-coordinate representation of color #CBE8F6: hue angle of 199.53º degrees, saturation: 0.7, 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 #CBE8F6 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203232246-
CMYK0.170.0600.04
HSL199.53º70.49%88.04%-
HSV(B)199.53º17.48%96.47%-
XYZ70.1277.0698.37-
YUV224.92139.89112.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.81%
GREEN value IS 232 (91.02% from 255) = 34.07%
BLUE value IS 246 (96.48% from 255) = 36.12%
R=29.81%
G=34.07%
B=36.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032322460.170.0600.04199.5370.4988.04
HexCBE8F611604c84658
Octal31335036621604310106130
Binary1100101111101000111101101000111001001100100010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE8F6; }

 p { color: rgb(203,232,246); }

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

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

 a { background-color: rgb(203,232,246); }

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

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

 span { border-color: rgb(203,232,246); }

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