#CBF3F8

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

Shades of Onahau #CBF3F8

Tints of Onahau #CBF3F8

Color information

#CBF3F8 (or 0xCBF3F8) is unknown color: approx Onahau. HEX triplet: CB, F3 and F8. RGB value is (203,243,248). Sum of RGB (Red+Green+Blue) = 203+243+248=694 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.25% from 694); Green value is 243 (95.31% from 255 or 35.01% from 694); Blue value is 248 (97.27% from 255 or 35.73% from 694); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBF3F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF3F8 is #340C07. Grayscale: #E7E7E7. Windows color (decimal): -3410952 or 16315339. OLE color: 16315339.

HSL color Cylindrical-coordinate representation of color #CBF3F8: hue angle of 186.67º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF3F8 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203243248-
CMYK0.180.0200.03
HSL186.67º76.27%88.43%-
HSV(B)186.67º18.15%97.25%-
XYZ73.6283.58101.06-
YUV231.61137.25107.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.25%
GREEN value IS 243 (95.31% from 255) = 35.01%
BLUE value IS 248 (97.27% from 255) = 35.73%
R=29.25%
G=35.01%
B=35.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032432480.180.0200.03186.6776.2788.43
HexCBF3F812203bb4c58
Octal31336337022203273114130
Binary11001011111100111111100010010100111011101110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF3F8; }

 p { color: rgb(203,243,248); }

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

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

 a { background-color: rgb(203,243,248); }

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

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

 span { border-color: rgb(203,243,248); }

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