#CBEAF0

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

Shades of Onahau #CBEAF0

Tints of Onahau #CBEAF0

Color information

#CBEAF0 (or 0xCBEAF0) is unknown color: approx Onahau. HEX triplet: CB, EA and F0. RGB value is (203,234,240). Sum of RGB (Red+Green+Blue) = 203+234+240=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAF0 is #34150F. Grayscale: #E1E1E1. Windows color (decimal): -3413264 or 15788747. OLE color: 15788747.

HSL color Cylindrical-coordinate representation of color #CBEAF0: hue angle of 189.73º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEAF0 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203234240-
CMYK0.150.0200.06
HSL189.73º55.22%86.86%-
HSV(B)189.73º15.42%94.12%-
XYZ69.7877.8393.78-
YUV225.42136.23112.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.99%
GREEN value IS 234 (91.80% from 255) = 34.56%
BLUE value IS 240 (94.14% from 255) = 35.45%
R=29.99%
G=34.56%
B=35.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032342400.150.0200.06189.7355.2286.86
HexCBEAF0F206be3757
Octal3133523601720627667127
Binary1100101111101010111100001111100110101111101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAF0; }

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

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

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

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

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

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

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

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