#C4F3FF

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

Shades of Onahau #C4F3FF

Tints of Onahau #C4F3FF

Color information

#C4F3FF (or 0xC4F3FF) is unknown color: approx Onahau. HEX triplet: C4, F3 and FF. RGB value is (196,243,255). Sum of RGB (Red+Green+Blue) = 196+243+255=694 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.24% from 694); Green value is 243 (95.31% from 255 or 35.01% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4F3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F3FF is #3B0C00. Grayscale: #E6E6E6. Windows color (decimal): -3869697 or 16774084. OLE color: 16774084.

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

Color convert

RGB196243255-
CMYK0.230.0500
HSL192.2º100%88.43%-
HSV(B)192.2º23.14%100%-
XYZ72.8783.06106.8-
YUV230.32141.93103.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.24%
GREEN value IS 243 (95.31% from 255) = 35.01%
BLUE value IS 255 (100% from 255) = 36.74%
R=28.24%
G=35.01%
B=36.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962432550.230.0500192.210088.43
HexC4F3FF17500c06458
Octal30436337727500300144130
Binary11000100111100111111111110111101001100000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F3FF; }

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

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

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

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

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

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

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

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