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

📋 copy color: '#0FCDBA'

red 15 ◦ green 205 ◦ blue 186

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

Shades of Robin's Egg Blue #0FCDBA

Tints of Robin's Egg Blue #0FCDBA

RGB

 RED value IS 15 (6.25% from 255) = 3.69%

 GREEN value IS 205 (80.47% from 255) = 50.49%

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 3.69%
G = 50.49%
B = 45.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#0FCDBA (or 0x0FCDBA) is known color: Robin's Egg Blue. HEX triplet: 0F, CD and BA. RGB value is (15,205,186). Sum of RGB (Red+Green+Blue) = 15+205+186=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDBA is #F03245. Grayscale: #919191. Windows color (decimal): -15741510 or 12242191. OLE color: 12242191.

HSL color Cylindrical-coordinate representation of color #0FCDBA: hue angle of 174º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCDBA is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 205 186 -
CMYK 0.93 0 0.09 0.20
HSL 174º 0.86% 0.43% -
HSV(B) 174º 0.93% 0.8% -
XYZ 30.89 47.31 53.96 -
YUV 146.02 150.55 34.54 -
System Red Green Blue C M Y K H S L
Decimal 15 205 186 0.93 0 0.09 0.20 174 0.86 0.43
Hex F CD BA 5D 0 9 14 AE 56 2B
Octal 17 315 272 135 0 11 24 256 126 53
Binary 1111 11001101 10111010 1011101 0 1001 10100 10101110 1010110 101011

Color Harmonies of #0FCDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCDBA

Black with #0FCDBA

Text Example


Text Example

White with #0FCDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,205,186); }

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

background-color css

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

 a { background-color: rgb(15,205,186); }

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

border-color css

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

 span { border-color: rgb(15,205,186); }

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