Html Css Color HEX #C2EEF2 Onahau

📋 copy color: '#C2EEF2'

red 194 ◦ green 238 ◦ blue 242

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

Shades of Onahau #C2EEF2

Tints of Onahau #C2EEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.91%

R = 28.78%
G = 35.31%
B = 35.91%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C2EEF2 (or 0xC2EEF2) is known color: Onahau. HEX triplet: C2, EE and F2. RGB value is (194,238,242). Sum of RGB (Red+Green+Blue) = 194+238+242=674 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.78% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #C2EEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EEF2 is #3D110D. Grayscale: #E1E1E1. Windows color (decimal): -4002062 or 15920834. OLE color: 15920834.

HSL color Cylindrical-coordinate representation of color #C2EEF2: hue angle of 185º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2EEF2 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 238 242 -
CMYK 0.20 0.02 0 0.05
HSL 185º 0.65% 0.85% -
HSV(B) 185º 0.2% 0.95% -
XYZ 68.85 79.03 95.63 -
YUV 225.3 137.42 105.67 -
System Red Green Blue C M Y K H S L
Decimal 194 238 242 0.20 0.02 0 0.05 185 0.65 0.85
Hex C2 EE F2 14 2 0 5 B9 41 55
Octal 302 356 362 24 2 0 5 271 101 125
Binary 11000010 11101110 11110010 10100 10 0 101 10111001 1000001 1010101

Color Harmonies of #C2EEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EEF2

Black with #C2EEF2

Text Example


Text Example

White with #C2EEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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