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

📋 copy color: '#0DCBB4'

red 13 ◦ green 203 ◦ blue 180

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

Shades of Robin's Egg Blue #0DCBB4

Tints of Robin's Egg Blue #0DCBB4

RGB

 RED value IS 13 (5.47% from 255) = 3.28%

 GREEN value IS 203 (79.69% from 255) = 51.26%

 BLUE value IS 180 (70.7% from 255) = 45.45%

R = 3.28%
G = 51.26%
B = 45.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#0DCBB4 (or 0x0DCBB4) is known color: Robin's Egg Blue. HEX triplet: 0D, CB and B4. RGB value is (13,203,180). Sum of RGB (Red+Green+Blue) = 13+203+180=396 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.28% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCBB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCBB4 is #F2344B. Grayscale: #8F8F8F. Windows color (decimal): -15873100 or 11848461. OLE color: 11848461.

HSL color Cylindrical-coordinate representation of color #0DCBB4: hue angle of 172.74º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCBB4 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 13 203 180 -
CMYK 0.94 0 0.11 0.20
HSL 172.74º 0.88% 0.42% -
HSV(B) 172.74º 0.94% 0.8% -
XYZ 29.76 46.09 50.51 -
YUV 143.57 148.55 34.87 -
System Red Green Blue C M Y K H S L
Decimal 13 203 180 0.94 0 0.11 0.20 172.74 0.88 0.42
Hex D CB B4 5E 0 B 14 AD 58 2A
Octal 15 313 264 136 0 13 24 255 130 52
Binary 1101 11001011 10110100 1011110 0 1011 10100 10101101 1011000 101010

Color Harmonies of #0DCBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCBB4

Black with #0DCBB4

Text Example


Text Example

White with #0DCBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,203,180); }

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

background-color css

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

 a { background-color: rgb(13,203,180); }

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

border-color css

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

 span { border-color: rgb(13,203,180); }

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