Html Css Color HEX #C2EEF6 Onahau

📋 copy color: '#C2EEF6'

red 194 ◦ green 238 ◦ blue 246

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

Shades of Onahau #C2EEF6

Tints of Onahau #C2EEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.28%

R = 28.61%
G = 35.1%
B = 36.28%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C2EEF6 (or 0xC2EEF6) is known color: Onahau. HEX triplet: C2, EE and F6. RGB value is (194,238,246). Sum of RGB (Red+Green+Blue) = 194+238+246=678 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.61% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 246 - color contains mainly: blue. Hex color #C2EEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EEF6 is #3D1109. Grayscale: #E1E1E1. Windows color (decimal): -4002058 or 16182978. OLE color: 16182978.

HSL color Cylindrical-coordinate representation of color #C2EEF6: hue angle of 189.23º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2EEF6 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 238 246 -
CMYK 0.21 0.03 0 0.04
HSL 189.23º 0.74% 0.86% -
HSV(B) 189.23º 0.21% 0.96% -
XYZ 69.46 79.27 98.83 -
YUV 225.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 194 238 246 0.21 0.03 0 0.04 189.23 0.74 0.86
Hex C2 EE F6 15 3 0 4 BD 4A 56
Octal 302 356 366 25 3 0 4 275 112 126
Binary 11000010 11101110 11110110 10101 11 0 100 10111101 1001010 1010110

Color Harmonies of #C2EEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EEF6

Black with #C2EEF6

Text Example


Text Example

White with #C2EEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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