#CBEAF6

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

Shades of Pattens Blue #CBEAF6

Tints of Pattens Blue #CBEAF6

Color information

#CBEAF6 (or 0xCBEAF6) is unknown color: approx Pattens Blue. HEX triplet: CB, EA and F6. RGB value is (203,234,246). Sum of RGB (Red+Green+Blue) = 203+234+246=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAF6 is #341509. Grayscale: #E2E2E2. Windows color (decimal): -3413258 or 16181963. OLE color: 16181963.

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

Color convert

RGB203234246-
CMYK0.170.0500.04
HSL196.74º70.49%88.04%-
HSV(B)196.74º17.48%96.47%-
XYZ70.6978.298.56-
YUV226.1139.23111.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.72%
GREEN value IS 234 (91.80% from 255) = 34.26%
BLUE value IS 246 (96.48% from 255) = 36.02%
R=29.72%
G=34.26%
B=36.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032342460.170.0500.04196.7470.4988.04
HexCBEAF611504c54658
Octal31335236621504305106130
Binary1100101111101010111101101000110101001100010110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAF6; }

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

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

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

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

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

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

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

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