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

📋 copy color: '#0FC5CD'

red 15 ◦ green 197 ◦ blue 205

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

Shades of Robin's Egg Blue #0FC5CD

Tints of Robin's Egg Blue #0FC5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.24%

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 3.6%
G = 47.24%
B = 49.16%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0FC5CD (or 0x0FC5CD) is known color: Robin's Egg Blue. HEX triplet: 0F, C5 and CD. RGB value is (15,197,205). Sum of RGB (Red+Green+Blue) = 15+197+205=417 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.60% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #0FC5CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC5CD is #F03A32. Grayscale: #8F8F8F. Windows color (decimal): -15743539 or 13485327. OLE color: 13485327.

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

Color convert

RGB 15 197 205 -
CMYK 0.93 0.04 0 0.20
HSL 182.53º 0.86% 0.43% -
HSV(B) 182.53º 0.93% 0.8% -
XYZ 31.18 44.44 64.69 -
YUV 143.49 162.7 36.35 -
System Red Green Blue C M Y K H S L
Decimal 15 197 205 0.93 0.04 0 0.20 182.53 0.86 0.43
Hex F C5 CD 5D 4 0 14 B7 56 2B
Octal 17 305 315 135 4 0 24 267 126 53
Binary 1111 11000101 11001101 1011101 100 0 10100 10110111 1010110 101011

Color Harmonies of #0FC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC5CD

Black with #0FC5CD

Text Example


Text Example

White with #0FC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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