#C4F7FE

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

Shades of Onahau #C4F7FE

Tints of Onahau #C4F7FE

Color information

#C4F7FE (or 0xC4F7FE) is unknown color: approx Onahau. HEX triplet: C4, F7 and FE. RGB value is (196,247,254). Sum of RGB (Red+Green+Blue) = 196+247+254=697 (92% of max value = 765). Red value is 196 (76.95% from 255 or 28.12% from 697); Green value is 247 (96.88% from 255 or 35.44% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4F7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F7FE is #3B0801. Grayscale: #E8E8E8. Windows color (decimal): -3868674 or 16709572. OLE color: 16709572.

HSL color Cylindrical-coordinate representation of color #C4F7FE: hue angle of 187.24º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4F7FE is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB196247254-
CMYK0.230.0300.00
HSL187.24º96.67%88.24%-
HSV(B)187.24º22.83%99.61%-
XYZ73.9285.41106.36-
YUV232.55140.1101.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.12%
GREEN value IS 247 (96.88% from 255) = 35.44%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=28.12%
G=35.44%
B=36.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962472540.230.0300.00187.2496.6788.24
HexC4F7FE17300bb6158
Octal30436737627300273141130
Binary1100010011110111111111101011111001011101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F7FE; }

 p { color: rgb(196,247,254); }

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

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

 a { background-color: rgb(196,247,254); }

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

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

 span { border-color: rgb(196,247,254); }

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