Html Css Color HEX #C2EEF7 Onahau

📋 copy color: '#C2EEF7'

red 194 ◦ green 238 ◦ blue 247

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

Shades of Onahau #C2EEF7

Tints of Onahau #C2EEF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.38%

R = 28.57%
G = 35.05%
B = 36.38%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C2EEF7 (or 0xC2EEF7) is known color: Onahau. HEX triplet: C2, EE and F7. RGB value is (194,238,247). Sum of RGB (Red+Green+Blue) = 194+238+247=679 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.57% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 247 (96.88% from 255 or 36.38% from 679); Max value from RGB is 247 - color contains mainly: blue. Hex color #C2EEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EEF7 is #3D1108. Grayscale: #E1E1E1. Windows color (decimal): -4002057 or 16248514. OLE color: 16248514.

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

Color convert

RGB 194 238 247 -
CMYK 0.21 0.04 0 0.03
HSL 190.19º 0.77% 0.86% -
HSV(B) 190.19º 0.21% 0.97% -
XYZ 69.61 79.33 99.64 -
YUV 225.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 194 238 247 0.21 0.04 0 0.03 190.19 0.77 0.86
Hex C2 EE F7 15 4 0 3 BE 4D 56
Octal 302 356 367 25 4 0 3 276 115 126
Binary 11000010 11101110 11110111 10101 100 0 11 10111110 1001101 1010110

Color Harmonies of #C2EEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EEF7

Black with #C2EEF7

Text Example


Text Example

White with #C2EEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EEF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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