Html Css Color HEX #C2E4EA Onahau

📋 copy color: '#C2E4EA'

red 194 ◦ green 228 ◦ blue 234

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

Shades of Onahau #C2E4EA

Tints of Onahau #C2E4EA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.76%

 BLUE value IS 234 (91.8% from 255) = 35.67%

R = 29.57%
G = 34.76%
B = 35.67%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2E4EA (or 0xC2E4EA) is known color: Onahau. HEX triplet: C2, E4 and EA. RGB value is (194,228,234). Sum of RGB (Red+Green+Blue) = 194+228+234=656 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.57% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2E4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E4EA is #3D1B15. Grayscale: #DADADA. Windows color (decimal): -4004630 or 15393986. OLE color: 15393986.

HSL color Cylindrical-coordinate representation of color #C2E4EA: hue angle of 189º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2E4EA is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 228 234 -
CMYK 0.17 0.03 0 0.08
HSL 189º 0.49% 0.84% -
HSV(B) 189º 0.17% 0.92% -
XYZ 64.84 72.9 88.49 -
YUV 218.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 194 228 234 0.17 0.03 0 0.08 189 0.49 0.84
Hex C2 E4 EA 11 3 0 8 BD 31 54
Octal 302 344 352 21 3 0 10 275 61 124
Binary 11000010 11100100 11101010 10001 11 0 1000 10111101 110001 1010100

Color Harmonies of #C2E4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E4EA

Black with #C2E4EA

Text Example


Text Example

White with #C2E4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E4EA; }

 p { color: rgb(194,228,234); }

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

background-color css

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

 a { background-color: rgb(194,228,234); }

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

border-color css

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

 span { border-color: rgb(194,228,234); }

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