#C4F0FC

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

Shades of Onahau #C4F0FC

Tints of Onahau #C4F0FC

Color information

#C4F0FC (or 0xC4F0FC) is unknown color: approx Onahau. HEX triplet: C4, F0 and FC. RGB value is (196,240,252). Sum of RGB (Red+Green+Blue) = 196+240+252=688 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.49% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4F0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F0FC is #3B0F03. Grayscale: #E4E4E4. Windows color (decimal): -3870468 or 16576708. OLE color: 16576708.

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

Color convert

RGB196240252-
CMYK0.220.0500.01
HSL192.86º90.32%87.84%-
HSV(B)192.86º22.22%98.82%-
XYZ71.581.08103.98-
YUV228.21141.42105.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.49%
GREEN value IS 240 (94.14% from 255) = 34.88%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=28.49%
G=34.88%
B=36.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962402520.220.0500.01192.8690.3287.84
HexC4F0FC16501c15a58
Octal30436037426501301132130
Binary11000100111100001111110010110101011100000110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F0FC; }

 p { color: rgb(196,240,252); }

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

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

 a { background-color: rgb(196,240,252); }

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

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

 span { border-color: rgb(196,240,252); }

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