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

📋 copy color: '#0ADAC7'

red 10 ◦ green 218 ◦ blue 199

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

Shades of Robin's Egg Blue #0ADAC7

Tints of Robin's Egg Blue #0ADAC7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.05%

 BLUE value IS 199 (78.13% from 255) = 46.6%

R = 2.34%
G = 51.05%
B = 46.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#0ADAC7 (or 0x0ADAC7) is known color: Robin's Egg Blue. HEX triplet: 0A, DA and C7. RGB value is (10,218,199). Sum of RGB (Red+Green+Blue) = 10+218+199=427 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.34% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADAC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADAC7 is #F52538. Grayscale: #999999. Windows color (decimal): -16065849 or 13097482. OLE color: 13097482.

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

Color convert

RGB 10 218 199 -
CMYK 0.95 0 0.09 0.15
HSL 174.52º 0.91% 0.45% -
HSV(B) 174.52º 0.95% 0.85% -
XYZ 35.51 54.33 62.65 -
YUV 153.64 153.59 25.54 -
System Red Green Blue C M Y K H S L
Decimal 10 218 199 0.95 0 0.09 0.15 174.52 0.91 0.45
Hex A DA C7 5F 0 9 F AF 5B 2D
Octal 12 332 307 137 0 11 17 257 133 55
Binary 1010 11011010 11000111 1011111 0 1001 1111 10101111 1011011 101101

Color Harmonies of #0ADAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADAC7

Black with #0ADAC7

Text Example


Text Example

White with #0ADAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,218,199); }

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

background-color css

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

 a { background-color: rgb(10,218,199); }

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

border-color css

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

 span { border-color: rgb(10,218,199); }

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