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

📋 copy color: '#0FCDC1'

red 15 ◦ green 205 ◦ blue 193

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

Shades of Robin's Egg Blue #0FCDC1

Tints of Robin's Egg Blue #0FCDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.64%

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

R = 3.63%
G = 49.64%
B = 46.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#0FCDC1 (or 0x0FCDC1) is known color: Robin's Egg Blue. HEX triplet: 0F, CD and C1. RGB value is (15,205,193). Sum of RGB (Red+Green+Blue) = 15+205+193=413 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.63% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDC1 is #F0323E. Grayscale: #929292. Windows color (decimal): -15741503 or 12700943. OLE color: 12700943.

HSL color Cylindrical-coordinate representation of color #0FCDC1: hue angle of 176.21º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCDC1 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 205 193 -
CMYK 0.93 0 0.06 0.20
HSL 176.21º 0.86% 0.43% -
HSV(B) 176.21º 0.93% 0.8% -
XYZ 31.65 47.61 57.97 -
YUV 146.82 154.05 33.98 -
System Red Green Blue C M Y K H S L
Decimal 15 205 193 0.93 0 0.06 0.20 176.21 0.86 0.43
Hex F CD C1 5D 0 6 14 B0 56 2B
Octal 17 315 301 135 0 6 24 260 126 53
Binary 1111 11001101 11000001 1011101 0 110 10100 10110000 1010110 101011

Color Harmonies of #0FCDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCDC1

Black with #0FCDC1

Text Example


Text Example

White with #0FCDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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