#C4F3FE

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

Shades of Onahau #C4F3FE

Tints of Onahau #C4F3FE

Color information

#C4F3FE (or 0xC4F3FE) is unknown color: approx Onahau. HEX triplet: C4, F3 and FE. RGB value is (196,243,254). Sum of RGB (Red+Green+Blue) = 196+243+254=693 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.28% from 693); Green value is 243 (95.31% from 255 or 35.06% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4F3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F3FE is #3B0C01. Grayscale: #E6E6E6. Windows color (decimal): -3869698 or 16708548. OLE color: 16708548.

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

Color convert

RGB196243254-
CMYK0.230.0400.00
HSL191.38º96.67%88.24%-
HSV(B)191.38º22.83%99.61%-
XYZ72.782.99105.95-
YUV230.2141.43103.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.28%
GREEN value IS 243 (95.31% from 255) = 35.06%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=28.28%
G=35.06%
B=36.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962432540.230.0400.00191.3896.6788.24
HexC4F3FE17400bf6158
Octal30436337627400277141130
Binary11000100111100111111111010111100001011111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F3FE; }

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

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

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

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

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

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

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

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