#C8F0FD

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

Shades of Onahau #C8F0FD

Tints of Onahau #C8F0FD

Color information

#C8F0FD (or 0xC8F0FD) is unknown color: approx Onahau. HEX triplet: C8, F0 and FD. RGB value is (200,240,253). Sum of RGB (Red+Green+Blue) = 200+240+253=693 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.86% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8F0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F0FD is #370F02. Grayscale: #E5E5E5. Windows color (decimal): -3608323 or 16642248. OLE color: 16642248.

HSL color Cylindrical-coordinate representation of color #C8F0FD: hue angle of 194.72º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8F0FD is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB200240253-
CMYK0.210.0500.01
HSL194.72º92.98%88.82%-
HSV(B)194.72º20.95%99.22%-
XYZ72.7181.69104.86-
YUV229.52141.25106.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.86%
GREEN value IS 240 (94.14% from 255) = 34.63%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=28.86%
G=34.63%
B=36.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002402530.210.0500.01194.7292.9888.82
HexC8F0FD15501c35d59
Octal31036037525501303135131
Binary11001000111100001111110110101101011100001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F0FD; }

 p { color: rgb(200,240,253); }

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

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

 a { background-color: rgb(200,240,253); }

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

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

 span { border-color: rgb(200,240,253); }

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