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

📋 copy color: '#0FDBC7'

red 15 ◦ green 219 ◦ blue 199

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

Shades of Robin's Egg Blue #0FDBC7

Tints of Robin's Egg Blue #0FDBC7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.58%

 BLUE value IS 199 (78.13% from 255) = 45.96%

R = 3.46%
G = 50.58%
B = 45.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#0FDBC7 (or 0x0FDBC7) is known color: Robin's Egg Blue. HEX triplet: 0F, DB and C7. RGB value is (15,219,199). Sum of RGB (Red+Green+Blue) = 15+219+199=433 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDBC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDBC7 is #F02438. Grayscale: #9B9B9B. Windows color (decimal): -15737913 or 13097743. OLE color: 13097743.

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

Color convert

RGB 15 219 199 -
CMYK 0.93 0 0.09 0.14
HSL 174.12º 0.87% 0.46% -
HSV(B) 174.12º 0.93% 0.86% -
XYZ 35.84 54.89 62.74 -
YUV 155.72 152.41 27.63 -
System Red Green Blue C M Y K H S L
Decimal 15 219 199 0.93 0 0.09 0.14 174.12 0.87 0.46
Hex F DB C7 5D 0 9 E AE 57 2E
Octal 17 333 307 135 0 11 16 256 127 56
Binary 1111 11011011 11000111 1011101 0 1001 1110 10101110 1010111 101110

Color Harmonies of #0FDBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDBC7

Black with #0FDBC7

Text Example


Text Example

White with #0FDBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,219,199); }

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

background-color css

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

 a { background-color: rgb(15,219,199); }

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

border-color css

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

 span { border-color: rgb(15,219,199); }

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