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

📋 copy color: '#0ADDCA'

red 10 ◦ green 221 ◦ blue 202

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

Shades of Robin's Egg Blue #0ADDCA

Tints of Robin's Egg Blue #0ADDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.65%

R = 2.31%
G = 51.04%
B = 46.65%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#0ADDCA (or 0x0ADDCA) is known color: Robin's Egg Blue. HEX triplet: 0A, DD and CA. RGB value is (10,221,202). Sum of RGB (Red+Green+Blue) = 10+221+202=433 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADDCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADDCA is #F52235. Grayscale: #9B9B9B. Windows color (decimal): -16065078 or 13294858. OLE color: 13294858.

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

Color convert

RGB 10 221 202 -
CMYK 0.95 0 0.09 0.13
HSL 174.6º 0.91% 0.45% -
HSV(B) 174.6º 0.95% 0.87% -
XYZ 36.64 56.04 64.76 -
YUV 155.75 154.1 24.04 -
System Red Green Blue C M Y K H S L
Decimal 10 221 202 0.95 0 0.09 0.13 174.6 0.91 0.45
Hex A DD CA 5F 0 9 D AF 5B 2D
Octal 12 335 312 137 0 11 15 257 133 55
Binary 1010 11011101 11001010 1011111 0 1001 1101 10101111 1011011 101101

Color Harmonies of #0ADDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADDCA

Black with #0ADDCA

Text Example


Text Example

White with #0ADDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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