#CEF3FB

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

Shades of Onahau #CEF3FB

Tints of Onahau #CEF3FB

Color information

#CEF3FB (or 0xCEF3FB) is unknown color: approx Onahau. HEX triplet: CE, F3 and FB. RGB value is (206,243,251). Sum of RGB (Red+Green+Blue) = 206+243+251=700 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.43% from 700); Green value is 243 (95.31% from 255 or 34.71% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEF3FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF3FB is #310C04. Grayscale: #E8E8E8. Windows color (decimal): -3214341 or 16511950. OLE color: 16511950.

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

Color convert

RGB206243251-
CMYK0.180.0300.02
HSL190.67º84.91%89.61%-
HSV(B)190.67º17.93%98.43%-
XYZ74.9284.19103.57-
YUV232.85138.24108.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.43%
GREEN value IS 243 (95.31% from 255) = 34.71%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=29.43%
G=34.71%
B=35.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062432510.180.0300.02190.6784.9189.61
HexCEF3FB12302bf555a
Octal31636337322302277125132
Binary11001110111100111111101110010110101011111110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF3FB; }

 p { color: rgb(206,243,251); }

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

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

 a { background-color: rgb(206,243,251); }

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

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

 span { border-color: rgb(206,243,251); }

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