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

📋 copy color: '#0FDCC6'

red 15 ◦ green 220 ◦ blue 198

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

Shades of Robin's Egg Blue #0FDCC6

Tints of Robin's Egg Blue #0FDCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.73%

R = 3.46%
G = 50.81%
B = 45.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#0FDCC6 (or 0x0FDCC6) is known color: Robin's Egg Blue. HEX triplet: 0F, DC and C6. RGB value is (15,220,198). Sum of RGB (Red+Green+Blue) = 15+220+198=433 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDCC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDCC6 is #F02339. Grayscale: #9C9C9C. Windows color (decimal): -15737658 or 13032463. OLE color: 13032463.

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

Color convert

RGB 15 220 198 -
CMYK 0.93 0 0.1 0.14
HSL 173.56º 0.87% 0.46% -
HSV(B) 173.56º 0.93% 0.86% -
XYZ 35.98 55.37 62.22 -
YUV 156.2 151.58 27.29 -
System Red Green Blue C M Y K H S L
Decimal 15 220 198 0.93 0 0.1 0.14 173.56 0.87 0.46
Hex F DC C6 5D 0 A E AE 57 2E
Octal 17 334 306 135 0 12 16 256 127 56
Binary 1111 11011100 11000110 1011101 0 1010 1110 10101110 1010111 101110

Color Harmonies of #0FDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDCC6

Black with #0FDCC6

Text Example


Text Example

White with #0FDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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