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

📋 copy color: '#0FDCBC'

red 15 ◦ green 220 ◦ blue 188

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

Shades of Robin's Egg Blue #0FDCBC

Tints of Robin's Egg Blue #0FDCBC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.01%

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 3.55%
G = 52.01%
B = 44.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#0FDCBC (or 0x0FDCBC) is known color: Robin's Egg Blue. HEX triplet: 0F, DC and BC. RGB value is (15,220,188). Sum of RGB (Red+Green+Blue) = 15+220+188=423 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.55% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDCBC is #F02343. Grayscale: #9A9A9A. Windows color (decimal): -15737668 or 12377103. OLE color: 12377103.

HSL color Cylindrical-coordinate representation of color #0FDCBC: hue angle of 170.63º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDCBC is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 220 188 -
CMYK 0.93 0 0.15 0.14
HSL 170.63º 0.87% 0.46% -
HSV(B) 170.63º 0.93% 0.86% -
XYZ 34.87 54.92 56.34 -
YUV 155.06 146.58 28.1 -
System Red Green Blue C M Y K H S L
Decimal 15 220 188 0.93 0 0.15 0.14 170.63 0.87 0.46
Hex F DC BC 5D 0 F E AB 57 2E
Octal 17 334 274 135 0 17 16 253 127 56
Binary 1111 11011100 10111100 1011101 0 1111 1110 10101011 1010111 101110

Color Harmonies of #0FDCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDCBC

Black with #0FDCBC

Text Example


Text Example

White with #0FDCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,220,188); }

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

background-color css

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

 a { background-color: rgb(15,220,188); }

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

border-color css

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

 span { border-color: rgb(15,220,188); }

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