Html Css Color HEX #C2EEFF Onahau

📋 copy color: '#C2EEFF'

red 194 ◦ green 238 ◦ blue 255

#C2EEFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #C2EEFF

Tints of Onahau #C2EEFF

RGB

 RED value IS 194 (76.17% from 255) = 28.24%

 GREEN value IS 238 (93.36% from 255) = 34.64%

 BLUE value IS 255 (100% from 255) = 37.12%

R = 28.24%
G = 34.64%
B = 37.12%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C2EEFF (or 0xC2EEFF) is known color: Onahau. HEX triplet: C2, EE and FF. RGB value is (194,238,255). Sum of RGB (Red+Green+Blue) = 194+238+255=687 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.24% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EEFF is #3D1100. Grayscale: #E2E2E2. Windows color (decimal): -4002049 or 16772802. OLE color: 16772802.

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

Color convert

RGB 194 238 255 -
CMYK 0.24 0.07 0 0
HSL 196.72º 1% 0.88% -
HSV(B) 196.72º 0.24% 1% -
XYZ 70.87 79.84 106.28 -
YUV 226.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 194 238 255 0.24 0.07 0 0 196.72 1 0.88
Hex C2 EE FF 18 7 0 0 C5 64 58
Octal 302 356 377 30 7 0 0 305 144 130
Binary 11000010 11101110 11111111 11000 111 0 0 11000101 1100100 1011000

Color Harmonies of #C2EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EEFF

Black with #C2EEFF

Text Example


Text Example

White with #C2EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EEFF; }

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

 H1.HeaderClassName
 {
   color: #C2EEFF;
 }
 .AnyTagClassName
 {
   color: #C2EEFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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