Html Css Color HEX #0ADDC4 Robin's Egg Blue

📋 copy color: '#0ADDC4'

red 10 ◦ green 221 ◦ blue 196

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

Shades of Robin's Egg Blue #0ADDC4

Tints of Robin's Egg Blue #0ADDC4

RGB

 RED value IS 10 (4.3% from 255) = 2.34%

 GREEN value IS 221 (86.72% from 255) = 51.76%

 BLUE value IS 196 (76.95% from 255) = 45.9%

R = 2.34%
G = 51.76%
B = 45.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#0ADDC4 (or 0x0ADDC4) is known color: Robin's Egg Blue. HEX triplet: 0A, DD and C4. RGB value is (10,221,196). Sum of RGB (Red+Green+Blue) = 10+221+196=427 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.34% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 196 (76.95% from 255 or 45.90% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADDC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADDC4 is #F5223B. Grayscale: #9A9A9A. Windows color (decimal): -16065084 or 12901642. OLE color: 12901642.

HSL color Cylindrical-coordinate representation of color #0ADDC4: hue angle of 172.89º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADDC4 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 221 196 -
CMYK 0.95 0 0.11 0.13
HSL 172.89º 0.91% 0.45% -
HSV(B) 172.89º 0.95% 0.87% -
XYZ 35.95 55.76 61.09 -
YUV 155.06 151.1 24.53 -
System Red Green Blue C M Y K H S L
Decimal 10 221 196 0.95 0 0.11 0.13 172.89 0.91 0.45
Hex A DD C4 5F 0 B D AD 5B 2D
Octal 12 335 304 137 0 13 15 255 133 55
Binary 1010 11011101 11000100 1011111 0 1011 1101 10101101 1011011 101101

Color Harmonies of #0ADDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADDC4

Black with #0ADDC4

Text Example


Text Example

White with #0ADDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ADDC4; }

 p { color: rgb(10,221,196); }

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

background-color css

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

 a { background-color: rgb(10,221,196); }

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

border-color css

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

 span { border-color: rgb(10,221,196); }

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