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

📋 copy color: '#0AD5CB'

red 10 ◦ green 213 ◦ blue 203

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

Shades of Robin's Egg Blue #0AD5CB

Tints of Robin's Egg Blue #0AD5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50%

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 2.35%
G = 50%
B = 47.65%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#0AD5CB (or 0x0AD5CB) is known color: Robin's Egg Blue. HEX triplet: 0A, D5 and CB. RGB value is (10,213,203). Sum of RGB (Red+Green+Blue) = 10+213+203=426 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.35% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD5CB is #F52A34. Grayscale: #979797. Windows color (decimal): -16067125 or 13358346. OLE color: 13358346.

HSL color Cylindrical-coordinate representation of color #0AD5CB: hue angle of 177.04º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD5CB is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 213 203 -
CMYK 0.95 0 0.05 0.16
HSL 177.04º 0.91% 0.44% -
HSV(B) 177.04º 0.95% 0.84% -
XYZ 34.7 51.96 64.7 -
YUV 151.16 157.25 27.31 -
System Red Green Blue C M Y K H S L
Decimal 10 213 203 0.95 0 0.05 0.16 177.04 0.91 0.44
Hex A D5 CB 5F 0 5 10 B1 5B 2C
Octal 12 325 313 137 0 5 20 261 133 54
Binary 1010 11010101 11001011 1011111 0 101 10000 10110001 1011011 101100

Color Harmonies of #0AD5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD5CB

Black with #0AD5CB

Text Example


Text Example

White with #0AD5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,213,203); }

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

background-color css

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

 a { background-color: rgb(10,213,203); }

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

border-color css

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

 span { border-color: rgb(10,213,203); }

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