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

📋 copy color: '#0FCDC2'

red 15 ◦ green 205 ◦ blue 194

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

Shades of Robin's Egg Blue #0FCDC2

Tints of Robin's Egg Blue #0FCDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.86%

R = 3.62%
G = 49.52%
B = 46.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#0FCDC2 (or 0x0FCDC2) is known color: Robin's Egg Blue. HEX triplet: 0F, CD and C2. RGB value is (15,205,194). Sum of RGB (Red+Green+Blue) = 15+205+194=414 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.62% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDC2 is #F0323D. Grayscale: #929292. Windows color (decimal): -15741502 or 12766479. OLE color: 12766479.

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

Color convert

RGB 15 205 194 -
CMYK 0.93 0 0.05 0.20
HSL 176.53º 0.86% 0.43% -
HSV(B) 176.53º 0.93% 0.8% -
XYZ 31.77 47.66 58.56 -
YUV 146.94 154.55 33.89 -
System Red Green Blue C M Y K H S L
Decimal 15 205 194 0.93 0 0.05 0.20 176.53 0.86 0.43
Hex F CD C2 5D 0 5 14 B1 56 2B
Octal 17 315 302 135 0 5 24 261 126 53
Binary 1111 11001101 11000010 1011101 0 101 10100 10110001 1010110 101011

Color Harmonies of #0FCDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCDC2

Black with #0FCDC2

Text Example


Text Example

White with #0FCDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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