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

📋 copy color: '#0FDFBB'

red 15 ◦ green 223 ◦ blue 187

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

Shades of Robin's Egg Blue #0FDFBB

Tints of Robin's Egg Blue #0FDFBB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.47%

 BLUE value IS 187 (73.44% from 255) = 44%

R = 3.53%
G = 52.47%
B = 44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#0FDFBB (or 0x0FDFBB) is known color: Robin's Egg Blue. HEX triplet: 0F, DF and BB. RGB value is (15,223,187). Sum of RGB (Red+Green+Blue) = 15+223+187=425 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.53% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDFBB is #F02044. Grayscale: #9C9C9C. Windows color (decimal): -15736901 or 12312335. OLE color: 12312335.

HSL color Cylindrical-coordinate representation of color #0FDFBB: hue angle of 169.62º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDFBB is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 223 187 -
CMYK 0.93 0 0.16 0.13
HSL 169.62º 0.87% 0.47% -
HSV(B) 169.62º 0.93% 0.87% -
XYZ 35.55 56.46 56.04 -
YUV 156.7 145.09 26.93 -
System Red Green Blue C M Y K H S L
Decimal 15 223 187 0.93 0 0.16 0.13 169.62 0.87 0.47
Hex F DF BB 5D 0 10 D AA 57 2F
Octal 17 337 273 135 0 20 15 252 127 57
Binary 1111 11011111 10111011 1011101 0 10000 1101 10101010 1010111 101111

Color Harmonies of #0FDFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDFBB

Black with #0FDFBB

Text Example


Text Example

White with #0FDFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,223,187); }

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

background-color css

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

 a { background-color: rgb(15,223,187); }

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

border-color css

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

 span { border-color: rgb(15,223,187); }

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