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

📋 copy color: '#0ADCC8'

red 10 ◦ green 220 ◦ blue 200

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

Shades of Robin's Egg Blue #0ADCC8

Tints of Robin's Egg Blue #0ADCC8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.16%

 BLUE value IS 200 (78.52% from 255) = 46.51%

R = 2.33%
G = 51.16%
B = 46.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#0ADCC8 (or 0x0ADCC8) is known color: Robin's Egg Blue. HEX triplet: 0A, DC and C8. RGB value is (10,220,200). Sum of RGB (Red+Green+Blue) = 10+220+200=430 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADCC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADCC8 is #F52337. Grayscale: #9A9A9A. Windows color (decimal): -16065336 or 13163530. OLE color: 13163530.

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

Color convert

RGB 10 220 200 -
CMYK 0.95 0 0.09 0.14
HSL 174.29º 0.91% 0.45% -
HSV(B) 174.29º 0.95% 0.86% -
XYZ 36.14 55.42 63.44 -
YUV 154.93 153.43 24.63 -
System Red Green Blue C M Y K H S L
Decimal 10 220 200 0.95 0 0.09 0.14 174.29 0.91 0.45
Hex A DC C8 5F 0 9 E AE 5B 2D
Octal 12 334 310 137 0 11 16 256 133 55
Binary 1010 11011100 11001000 1011111 0 1001 1110 10101110 1011011 101101

Color Harmonies of #0ADCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADCC8

Black with #0ADCC8

Text Example


Text Example

White with #0ADCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,220,200); }

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

background-color css

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

 a { background-color: rgb(10,220,200); }

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

border-color css

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

 span { border-color: rgb(10,220,200); }

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