#CBEFF6

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

Shades of Onahau #CBEFF6

Tints of Onahau #CBEFF6

Color information

#CBEFF6 (or 0xCBEFF6) is unknown color: approx Onahau. HEX triplet: CB, EF and F6. RGB value is (203,239,246). Sum of RGB (Red+Green+Blue) = 203+239+246=688 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.51% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 246 (96.48% from 255 or 35.76% from 688); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBEFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEFF6 is #341009. Grayscale: #E4E4E4. Windows color (decimal): -3411978 or 16183243. OLE color: 16183243.

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

Color convert

RGB203239246-
CMYK0.170.0300.04
HSL189.77º70.49%88.04%-
HSV(B)189.77º17.48%96.47%-
XYZ72.1381.0899.04-
YUV229.03137.57109.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.51%
GREEN value IS 239 (93.75% from 255) = 34.74%
BLUE value IS 246 (96.48% from 255) = 35.76%
R=29.51%
G=34.74%
B=35.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032392460.170.0300.04189.7770.4988.04
HexCBEFF611304be4658
Octal31335736621304276106130
Binary110010111110111111110110100011101001011111010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFF6; }

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

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

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

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

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

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

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

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