#C4F1F3

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

Shades of Onahau #C4F1F3

Tints of Onahau #C4F1F3

Color information

#C4F1F3 (or 0xC4F1F3) is unknown color: approx Onahau. HEX triplet: C4, F1 and F3. RGB value is (196,241,243). Sum of RGB (Red+Green+Blue) = 196+241+243=680 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.82% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 243 - color contains mainly: blue. Hex color #C4F1F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F1F3 is #3B0E0C. Grayscale: #E3E3E3. Windows color (decimal): -3870221 or 15987140. OLE color: 15987140.

HSL color Cylindrical-coordinate representation of color #C4F1F3: hue angle of 182.55º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4F1F3 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB196241243-
CMYK0.190.0100.05
HSL182.55º66.2%86.08%-
HSV(B)182.55º19.34%95.29%-
XYZ70.481.1296.74-
YUV227.77136.59105.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.82%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 243 (95.31% from 255) = 35.74%
R=28.82%
G=35.44%
B=35.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1962412430.190.0100.05182.5566.286.08
HexC4F1F313105b74256
Octal30436136323105267102126
Binary11000100111100011111001110011101011011011110000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F1F3; }

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

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

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

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

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

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

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

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