#C4EFFE

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

Shades of Onahau #C4EFFE

Tints of Onahau #C4EFFE

Color information

#C4EFFE (or 0xC4EFFE) is unknown color: approx Onahau. HEX triplet: C4, EF and FE. RGB value is (196,239,254). Sum of RGB (Red+Green+Blue) = 196+239+254=689 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.45% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EFFE is #3B1001. Grayscale: #E3E3E3. Windows color (decimal): -3870722 or 16707524. OLE color: 16707524.

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

Color convert

RGB196239254-
CMYK0.230.0600.00
HSL195.52º96.67%88.24%-
HSV(B)195.52º22.83%99.61%-
XYZ71.5280.62105.56-
YUV227.85142.75105.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.45%
GREEN value IS 239 (93.75% from 255) = 34.69%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=28.45%
G=34.69%
B=36.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962392540.230.0600.00195.5296.6788.24
HexC4EFFE17600c46158
Octal30435737627600304141130
Binary11000100111011111111111010111110001100010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EFFE; }

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

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

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

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

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

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

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

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