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

📋 copy color: '#0FCDB8'

red 15 ◦ green 205 ◦ blue 184

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

Shades of Robin's Egg Blue #0FCDB8

Tints of Robin's Egg Blue #0FCDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.54%

R = 3.71%
G = 50.74%
B = 45.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#0FCDB8 (or 0x0FCDB8) is known color: Robin's Egg Blue. HEX triplet: 0F, CD and B8. RGB value is (15,205,184). Sum of RGB (Red+Green+Blue) = 15+205+184=404 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.71% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDB8 is #F03247. Grayscale: #919191. Windows color (decimal): -15741512 or 12111119. OLE color: 12111119.

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

Color convert

RGB 15 205 184 -
CMYK 0.93 0 0.10 0.20
HSL 173.37º 0.86% 0.43% -
HSV(B) 173.37º 0.93% 0.8% -
XYZ 30.68 47.22 52.85 -
YUV 145.8 149.55 34.71 -
System Red Green Blue C M Y K H S L
Decimal 15 205 184 0.93 0 0.10 0.20 173.37 0.86 0.43
Hex F CD B8 5D 0 A 14 AD 56 2B
Octal 17 315 270 135 0 12 24 255 126 53
Binary 1111 11001101 10111000 1011101 0 1010 10100 10101101 1010110 101011

Color Harmonies of #0FCDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCDB8

Black with #0FCDB8

Text Example


Text Example

White with #0FCDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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