#C4F0FF

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

Shades of Onahau #C4F0FF

Tints of Onahau #C4F0FF

Color information

#C4F0FF (or 0xC4F0FF) is unknown color: approx Onahau. HEX triplet: C4, F0 and FF. RGB value is (196,240,255). Sum of RGB (Red+Green+Blue) = 196+240+255=691 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.36% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F0FF is #3B0F00. Grayscale: #E4E4E4. Windows color (decimal): -3870465 or 16773316. OLE color: 16773316.

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

Color convert

RGB196240255-
CMYK0.230.0600
HSL195.25º100%88.43%-
HSV(B)195.25º23.14%100%-
XYZ71.9881.28106.5-
YUV228.55142.92104.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.36%
GREEN value IS 240 (94.14% from 255) = 34.73%
BLUE value IS 255 (100% from 255) = 36.90%
R=28.36%
G=34.73%
B=36.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962402550.230.0600195.2510088.43
HexC4F0FF17600c36458
Octal30436037727600303144130
Binary11000100111100001111111110111110001100001111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F0FF; }

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

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

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

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

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

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

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

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