#C2F1FE

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

Shades of Onahau #C2F1FE

Tints of Onahau #C2F1FE

Color information

#C2F1FE (or 0xC2F1FE) is unknown color: approx Onahau. HEX triplet: C2, F1 and FE. RGB value is (194,241,254). Sum of RGB (Red+Green+Blue) = 194+241+254=689 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.16% from 689); Green value is 241 (94.53% from 255 or 34.98% 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 #C2F1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F1FE is #3D0E01. Grayscale: #E4E4E4. Windows color (decimal): -4001282 or 16708034. OLE color: 16708034.

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

Color convert

RGB194241254-
CMYK0.240.0500.00
HSL193º96.77%87.84%-
HSV(B)193º23.62%99.61%-
XYZ71.5981.54105.73-
YUV228.43142.43103.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.16%
GREEN value IS 241 (94.53% from 255) = 34.98%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=28.16%
G=34.98%
B=36.87%

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
Decimal1942412540.240.0500.0019396.7787.84
HexC2F1FE18500c16158
Octal30236137630500301141130
Binary11000010111100011111111011000101001100000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F1FE; }

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

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

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

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

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

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

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

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