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

📋 copy color: '#0FCDBD'

red 15 ◦ green 205 ◦ blue 189

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

Shades of Robin's Egg Blue #0FCDBD

Tints of Robin's Egg Blue #0FCDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.21%

R = 3.67%
G = 50.12%
B = 46.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#0FCDBD (or 0x0FCDBD) is known color: Robin's Egg Blue. HEX triplet: 0F, CD and BD. RGB value is (15,205,189). Sum of RGB (Red+Green+Blue) = 15+205+189=409 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.67% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDBD is #F03242. Grayscale: #929292. Windows color (decimal): -15741507 or 12438799. OLE color: 12438799.

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

Color convert

RGB 15 205 189 -
CMYK 0.93 0 0.08 0.20
HSL 174.95º 0.86% 0.43% -
HSV(B) 174.95º 0.93% 0.8% -
XYZ 31.21 47.44 55.66 -
YUV 146.37 152.05 34.3 -
System Red Green Blue C M Y K H S L
Decimal 15 205 189 0.93 0 0.08 0.20 174.95 0.86 0.43
Hex F CD BD 5D 0 8 14 AF 56 2B
Octal 17 315 275 135 0 10 24 257 126 53
Binary 1111 11001101 10111101 1011101 0 1000 10100 10101111 1010110 101011

Color Harmonies of #0FCDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCDBD

Black with #0FCDBD

Text Example


Text Example

White with #0FCDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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