#CEF3FA

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

Shades of Onahau #CEF3FA

Tints of Onahau #CEF3FA

Color information

#CEF3FA (or 0xCEF3FA) is unknown color: approx Onahau. HEX triplet: CE, F3 and FA. RGB value is (206,243,250). Sum of RGB (Red+Green+Blue) = 206+243+250=699 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.47% from 699); Green value is 243 (95.31% from 255 or 34.76% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEF3FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF3FA is #310C05. Grayscale: #E8E8E8. Windows color (decimal): -3214342 or 16446414. OLE color: 16446414.

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

Color convert

RGB206243250-
CMYK0.180.0300.02
HSL189.55º81.48%89.41%-
HSV(B)189.55º17.6%98.04%-
XYZ74.7684.13102.74-
YUV232.74137.74108.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.47%
GREEN value IS 243 (95.31% from 255) = 34.76%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=29.47%
G=34.76%
B=35.77%

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
Decimal2062432500.180.0300.02189.5581.4889.41
HexCEF3FA12302be5159
Octal31636337222302276121131
Binary11001110111100111111101010010110101011111010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF3FA; }

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

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

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

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

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

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

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

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