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

📋 copy color: '#0FDAC8'

red 15 ◦ green 218 ◦ blue 200

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

Shades of Robin's Egg Blue #0FDAC8

Tints of Robin's Egg Blue #0FDAC8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.35%

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

R = 3.46%
G = 50.35%
B = 46.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#0FDAC8 (or 0x0FDAC8) is known color: Robin's Egg Blue. HEX triplet: 0F, DA and C8. RGB value is (15,218,200). Sum of RGB (Red+Green+Blue) = 15+218+200=433 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDAC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDAC8 is #F02537. Grayscale: #9B9B9B. Windows color (decimal): -15738168 or 13163023. OLE color: 13163023.

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

Color convert

RGB 15 218 200 -
CMYK 0.93 0 0.08 0.15
HSL 174.68º 0.87% 0.46% -
HSV(B) 174.68º 0.93% 0.85% -
XYZ 35.69 54.41 63.27 -
YUV 155.25 153.25 27.96 -
System Red Green Blue C M Y K H S L
Decimal 15 218 200 0.93 0 0.08 0.15 174.68 0.87 0.46
Hex F DA C8 5D 0 8 F AF 57 2E
Octal 17 332 310 135 0 10 17 257 127 56
Binary 1111 11011010 11001000 1011101 0 1000 1111 10101111 1010111 101110

Color Harmonies of #0FDAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDAC8

Black with #0FDAC8

Text Example


Text Example

White with #0FDAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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