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

📋 copy color: '#0FDDC1'

red 15 ◦ green 221 ◦ blue 193

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

Shades of Robin's Egg Blue #0FDDC1

Tints of Robin's Egg Blue #0FDDC1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.52%

 BLUE value IS 193 (75.78% from 255) = 44.99%

R = 3.5%
G = 51.52%
B = 44.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#0FDDC1 (or 0x0FDDC1) is known color: Robin's Egg Blue. HEX triplet: 0F, DD and C1. RGB value is (15,221,193). Sum of RGB (Red+Green+Blue) = 15+221+193=429 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDDC1 is #F0223E. Grayscale: #9C9C9C. Windows color (decimal): -15737407 or 12705039. OLE color: 12705039.

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

Color convert

RGB 15 221 193 -
CMYK 0.93 0 0.13 0.13
HSL 171.84º 0.87% 0.46% -
HSV(B) 171.84º 0.93% 0.87% -
XYZ 35.68 55.66 59.32 -
YUV 156.21 148.75 27.28 -
System Red Green Blue C M Y K H S L
Decimal 15 221 193 0.93 0 0.13 0.13 171.84 0.87 0.46
Hex F DD C1 5D 0 D D AC 57 2E
Octal 17 335 301 135 0 15 15 254 127 56
Binary 1111 11011101 11000001 1011101 0 1101 1101 10101100 1010111 101110

Color Harmonies of #0FDDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDDC1

Black with #0FDDC1

Text Example


Text Example

White with #0FDDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,221,193); }

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

background-color css

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

 a { background-color: rgb(15,221,193); }

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

border-color css

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

 span { border-color: rgb(15,221,193); }

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