#C2EDFF

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

Shades of Onahau #C2EDFF

Tints of Onahau #C2EDFF

Color information

#C2EDFF (or 0xC2EDFF) is unknown color: approx Onahau. HEX triplet: C2, ED and FF. RGB value is (194,237,255). Sum of RGB (Red+Green+Blue) = 194+237+255=686 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.28% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EDFF is #3D1200. Grayscale: #E2E2E2. Windows color (decimal): -4002305 or 16772546. OLE color: 16772546.

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

Color convert

RGB194237255-
CMYK0.240.0700
HSL197.7º100%88.04%-
HSV(B)197.7º23.92%100%-
XYZ70.5879.26106.19-
YUV226.2144.25105.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.28%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 255 (100% from 255) = 37.17%
R=28.28%
G=34.55%
B=37.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942372550.240.0700197.710088.04
HexC2EDFF18700c66458
Octal30235537730700306144130
Binary11000010111011011111111111000111001100011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EDFF; }

 p { color: rgb(194,237,255); }

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

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

 a { background-color: rgb(194,237,255); }

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

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

 span { border-color: rgb(194,237,255); }

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