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

📋 copy color: '#0ADEC5'

red 10 ◦ green 222 ◦ blue 197

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

Shades of Robin's Egg Blue #0ADEC5

Tints of Robin's Egg Blue #0ADEC5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.75%

 BLUE value IS 197 (77.34% from 255) = 45.92%

R = 2.33%
G = 51.75%
B = 45.92%

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

#0ADEC5 (or 0x0ADEC5) is known color: Robin's Egg Blue. HEX triplet: 0A, DE and C5. RGB value is (10,222,197). Sum of RGB (Red+Green+Blue) = 10+222+197=429 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 429); Green value is 222 (87.11% from 255 or 51.75% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADEC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADEC5 is #F5213A. Grayscale: #9B9B9B. Windows color (decimal): -16064827 or 12967434. OLE color: 12967434.

HSL color Cylindrical-coordinate representation of color #0ADEC5: hue angle of 172.92º 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 #0ADEC5 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 222 197 -
CMYK 0.95 0 0.11 0.13
HSL 172.92º 0.91% 0.45% -
HSV(B) 172.92º 0.95% 0.87% -
XYZ 36.32 56.34 61.78 -
YUV 155.76 151.26 24.03 -
System Red Green Blue C M Y K H S L
Decimal 10 222 197 0.95 0 0.11 0.13 172.92 0.91 0.45
Hex A DE C5 5F 0 B D AD 5B 2D
Octal 12 336 305 137 0 13 15 255 133 55
Binary 1010 11011110 11000101 1011111 0 1011 1101 10101101 1011011 101101

Color Harmonies of #0ADEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADEC5

Black with #0ADEC5

Text Example


Text Example

White with #0ADEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,222,197); }

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

background-color css

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

 a { background-color: rgb(10,222,197); }

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

border-color css

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

 span { border-color: rgb(10,222,197); }

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