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

📋 copy color: '#0FDBC8'

red 15 ◦ green 219 ◦ blue 200

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

Shades of Robin's Egg Blue #0FDBC8

Tints of Robin's Egg Blue #0FDBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.08%

R = 3.46%
G = 50.46%
B = 46.08%

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

#0FDBC8 (or 0x0FDBC8) is known color: Robin's Egg Blue. HEX triplet: 0F, DB and C8. RGB value is (15,219,200). Sum of RGB (Red+Green+Blue) = 15+219+200=434 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDBC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDBC8 is #F02437. Grayscale: #9B9B9B. Windows color (decimal): -15737912 or 13163279. OLE color: 13163279.

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

Color convert

RGB 15 219 200 -
CMYK 0.93 0 0.09 0.14
HSL 174.41º 0.87% 0.46% -
HSV(B) 174.41º 0.93% 0.86% -
XYZ 35.95 54.93 63.35 -
YUV 155.84 152.91 27.54 -
System Red Green Blue C M Y K H S L
Decimal 15 219 200 0.93 0 0.09 0.14 174.41 0.87 0.46
Hex F DB C8 5D 0 9 E AE 57 2E
Octal 17 333 310 135 0 11 16 256 127 56
Binary 1111 11011011 11001000 1011101 0 1001 1110 10101110 1010111 101110

Color Harmonies of #0FDBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDBC8

Black with #0FDBC8

Text Example


Text Example

White with #0FDBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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