#C4F1FE

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

Shades of Onahau #C4F1FE

Tints of Onahau #C4F1FE

Color information

#C4F1FE (or 0xC4F1FE) is unknown color: approx Onahau. HEX triplet: C4, F1 and FE. RGB value is (196,241,254). Sum of RGB (Red+Green+Blue) = 196+241+254=691 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.36% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4F1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F1FE is #3B0E01. Grayscale: #E4E4E4. Windows color (decimal): -3870210 or 16708036. OLE color: 16708036.

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

Color convert

RGB196241254-
CMYK0.230.0500.00
HSL193.45º96.67%88.24%-
HSV(B)193.45º22.83%99.61%-
XYZ72.1181.8105.75-
YUV229.03142.09104.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.36%
GREEN value IS 241 (94.53% from 255) = 34.88%
BLUE value IS 254 (99.61% from 255) = 36.76%
R=28.36%
G=34.88%
B=36.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962412540.230.0500.00193.4596.6788.24
HexC4F1FE17500c16158
Octal30436137627500301141130
Binary11000100111100011111111010111101001100000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F1FE; }

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

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

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

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

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

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

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

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