#CBEBF0

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

Shades of Onahau #CBEBF0

Tints of Onahau #CBEBF0

Color information

#CBEBF0 (or 0xCBEBF0) is unknown color: approx Onahau. HEX triplet: CB, EB and F0. RGB value is (203,235,240). Sum of RGB (Red+Green+Blue) = 203+235+240=678 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.94% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBEBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEBF0 is #34140F. Grayscale: #E1E1E1. Windows color (decimal): -3413008 or 15789003. OLE color: 15789003.

HSL color Cylindrical-coordinate representation of color #CBEBF0: hue angle of 188.11º 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 #CBEBF0 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203235240-
CMYK0.150.0200.06
HSL188.11º55.22%86.86%-
HSV(B)188.11º15.42%94.12%-
XYZ70.0778.493.88-
YUV226135.9111.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.94%
GREEN value IS 235 (92.19% from 255) = 34.66%
BLUE value IS 240 (94.14% from 255) = 35.40%
R=29.94%
G=34.66%
B=35.40%

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
Decimal2032352400.150.0200.06188.1155.2286.86
HexCBEBF0F206bc3757
Octal3133533601720627467127
Binary1100101111101011111100001111100110101111001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBF0; }

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

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

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

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

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

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

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

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