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

📋 copy color: '#0DCBC6'

red 13 ◦ green 203 ◦ blue 198

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

Shades of Robin's Egg Blue #0DCBC6

Tints of Robin's Egg Blue #0DCBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.83%

R = 3.14%
G = 49.03%
B = 47.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#0DCBC6 (or 0x0DCBC6) is known color: Robin's Egg Blue. HEX triplet: 0D, CB and C6. RGB value is (13,203,198). Sum of RGB (Red+Green+Blue) = 13+203+198=414 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.14% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCBC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCBC6 is #F23439. Grayscale: #919191. Windows color (decimal): -15873082 or 13028109. OLE color: 13028109.

HSL color Cylindrical-coordinate representation of color #0DCBC6: hue angle of 178.42º 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 #0DCBC6 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 13 203 198 -
CMYK 0.94 0 0.02 0.20
HSL 178.42º 0.88% 0.42% -
HSV(B) 178.42º 0.94% 0.8% -
XYZ 31.71 46.87 60.8 -
YUV 145.62 157.55 33.41 -
System Red Green Blue C M Y K H S L
Decimal 13 203 198 0.94 0 0.02 0.20 178.42 0.88 0.42
Hex D CB C6 5E 0 2 14 B2 58 2A
Octal 15 313 306 136 0 2 24 262 130 52
Binary 1101 11001011 11000110 1011110 0 10 10100 10110010 1011000 101010

Color Harmonies of #0DCBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCBC6

Black with #0DCBC6

Text Example


Text Example

White with #0DCBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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