#C8F8FD

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

Shades of Onahau #C8F8FD

Tints of Onahau #C8F8FD

Color information

#C8F8FD (or 0xC8F8FD) is unknown color: approx Onahau. HEX triplet: C8, F8 and FD. RGB value is (200,248,253). Sum of RGB (Red+Green+Blue) = 200+248+253=701 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.53% from 701); Green value is 248 (97.27% from 255 or 35.38% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8F8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F8FD is #370702. Grayscale: #EAEAEA. Windows color (decimal): -3606275 or 16644296. OLE color: 16644296.

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

Color convert

RGB200248253-
CMYK0.210.0200.01
HSL185.66º92.98%88.82%-
HSV(B)185.66º20.95%99.22%-
XYZ75.1286.51105.67-
YUV234.22138.6103.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.53%
GREEN value IS 248 (97.27% from 255) = 35.38%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=28.53%
G=35.38%
B=36.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002482530.210.0200.01185.6692.9888.82
HexC8F8FD15201ba5d59
Octal31037037525201272135131
Binary1100100011111000111111011010110011011101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F8FD; }

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

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

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

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

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

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

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

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