Html Css Color HEX #C2EEFC Onahau

📋 copy color: '#C2EEFC'

red 194 ◦ green 238 ◦ blue 252

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

Shades of Onahau #C2EEFC

Tints of Onahau #C2EEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.84%

R = 28.36%
G = 34.8%
B = 36.84%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2EEFC (or 0xC2EEFC) is known color: Onahau. HEX triplet: C2, EE and FC. RGB value is (194,238,252). Sum of RGB (Red+Green+Blue) = 194+238+252=684 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.36% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EEFC is #3D1103. Grayscale: #E2E2E2. Windows color (decimal): -4002052 or 16576194. OLE color: 16576194.

HSL color Cylindrical-coordinate representation of color #C2EEFC: hue angle of 194.48º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2EEFC is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 238 252 -
CMYK 0.23 0.06 0 0.01
HSL 194.48º 0.91% 0.87% -
HSV(B) 194.48º 0.23% 0.99% -
XYZ 70.39 79.65 103.76 -
YUV 226.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 194 238 252 0.23 0.06 0 0.01 194.48 0.91 0.87
Hex C2 EE FC 17 6 0 1 C2 5B 57
Octal 302 356 374 27 6 0 1 302 133 127
Binary 11000010 11101110 11111100 10111 110 0 1 11000010 1011011 1010111

Color Harmonies of #C2EEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EEFC

Black with #C2EEFC

Text Example


Text Example

White with #C2EEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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