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

📋 copy color: '#0AD4CB'

red 10 ◦ green 212 ◦ blue 203

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

Shades of Robin's Egg Blue #0AD4CB

Tints of Robin's Egg Blue #0AD4CB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.88%

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

R = 2.35%
G = 49.88%
B = 47.76%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#0AD4CB (or 0x0AD4CB) is known color: Robin's Egg Blue. HEX triplet: 0A, D4 and CB. RGB value is (10,212,203). Sum of RGB (Red+Green+Blue) = 10+212+203=425 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.35% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD4CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD4CB is #F52B34. Grayscale: #969696. Windows color (decimal): -16067381 or 13358090. OLE color: 13358090.

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

Color convert

RGB 10 212 203 -
CMYK 0.95 0 0.04 0.17
HSL 177.33º 0.91% 0.44% -
HSV(B) 177.33º 0.95% 0.83% -
XYZ 34.45 51.46 64.62 -
YUV 150.58 157.58 27.73 -
System Red Green Blue C M Y K H S L
Decimal 10 212 203 0.95 0 0.04 0.17 177.33 0.91 0.44
Hex A D4 CB 5F 0 4 11 B1 5B 2C
Octal 12 324 313 137 0 4 21 261 133 54
Binary 1010 11010100 11001011 1011111 0 100 10001 10110001 1011011 101100

Color Harmonies of #0AD4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD4CB

Black with #0AD4CB

Text Example


Text Example

White with #0AD4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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