#C8F1FD

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

Shades of Onahau #C8F1FD

Tints of Onahau #C8F1FD

Color information

#C8F1FD (or 0xC8F1FD) is unknown color: approx Onahau. HEX triplet: C8, F1 and FD. RGB value is (200,241,253). Sum of RGB (Red+Green+Blue) = 200+241+253=694 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.82% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8F1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F1FD is #370E02. Grayscale: #E6E6E6. Windows color (decimal): -3608067 or 16642504. OLE color: 16642504.

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

Color convert

RGB200241253-
CMYK0.210.0500.01
HSL193.58º92.98%88.82%-
HSV(B)193.58º20.95%99.22%-
XYZ7382.28104.96-
YUV230.11140.92106.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.82%
GREEN value IS 241 (94.53% from 255) = 34.73%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=28.82%
G=34.73%
B=36.46%

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
Decimal2002412530.210.0500.01193.5892.9888.82
HexC8F1FD15501c25d59
Octal31036137525501302135131
Binary11001000111100011111110110101101011100001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F1FD; }

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

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

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

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

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

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

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

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