#C2F2FE

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

Shades of Onahau #C2F2FE

Tints of Onahau #C2F2FE

Color information

#C2F2FE (or 0xC2F2FE) is unknown color: approx Onahau. HEX triplet: C2, F2 and FE. RGB value is (194,242,254). Sum of RGB (Red+Green+Blue) = 194+242+254=690 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.12% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2F2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F2FE is #3D0D01. Grayscale: #E4E4E4. Windows color (decimal): -4001026 or 16708290. OLE color: 16708290.

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

Color convert

RGB194242254-
CMYK0.240.0500.00
HSL192º96.77%87.84%-
HSV(B)192º23.62%99.61%-
XYZ71.8982.13105.83-
YUV229.02142.1103.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.12%
GREEN value IS 242 (94.92% from 255) = 35.07%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=28.12%
G=35.07%
B=36.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942422540.240.0500.0019296.7787.84
HexC2F2FE18500c06158
Octal30236237630500300141130
Binary11000010111100101111111011000101001100000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F2FE; }

 p { color: rgb(194,242,254); }

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

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

 a { background-color: rgb(194,242,254); }

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

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

 span { border-color: rgb(194,242,254); }

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