#CBEAEE

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

Shades of Onahau #CBEAEE

Tints of Onahau #CBEAEE

Color information

#CBEAEE (or 0xCBEAEE) is unknown color: approx Onahau. HEX triplet: CB, EA and EE. RGB value is (203,234,238). Sum of RGB (Red+Green+Blue) = 203+234+238=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBEAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAEE is #341511. Grayscale: #E1E1E1. Windows color (decimal): -3413266 or 15657675. OLE color: 15657675.

HSL color Cylindrical-coordinate representation of color #CBEAEE: hue angle of 186.86º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEAEE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203234238-
CMYK0.150.0200.07
HSL186.86º50.72%86.47%-
HSV(B)186.86º14.71%93.33%-
XYZ69.4877.7292.23-
YUV225.19135.23112.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.07%
GREEN value IS 234 (91.80% from 255) = 34.67%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=30.07%
G=34.67%
B=35.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032342380.150.0200.07186.8650.7286.47
HexCBEAEEF207bb3356
Octal3133523561720727363126
Binary1100101111101010111011101111100111101110111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAEE; }

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

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

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

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

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

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

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

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