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

📋 copy color: '#0FCABC'

red 15 ◦ green 202 ◦ blue 188

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

Shades of Robin's Egg Blue #0FCABC

Tints of Robin's Egg Blue #0FCABC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.88%

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 3.7%
G = 49.88%
B = 46.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#0FCABC (or 0x0FCABC) is known color: Robin's Egg Blue. HEX triplet: 0F, CA and BC. RGB value is (15,202,188). Sum of RGB (Red+Green+Blue) = 15+202+188=405 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.70% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCABC is #F03543. Grayscale: #909090. Windows color (decimal): -15742276 or 12372495. OLE color: 12372495.

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

Color convert

RGB 15 202 188 -
CMYK 0.93 0 0.07 0.21
HSL 175.51º 0.86% 0.43% -
HSV(B) 175.51º 0.93% 0.79% -
XYZ 30.39 45.97 54.85 -
YUV 144.49 152.55 35.64 -
System Red Green Blue C M Y K H S L
Decimal 15 202 188 0.93 0 0.07 0.21 175.51 0.86 0.43
Hex F CA BC 5D 0 7 15 B0 56 2B
Octal 17 312 274 135 0 7 25 260 126 53
Binary 1111 11001010 10111100 1011101 0 111 10101 10110000 1010110 101011

Color Harmonies of #0FCABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCABC

Black with #0FCABC

Text Example


Text Example

White with #0FCABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,202,188); }

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

background-color css

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

 a { background-color: rgb(15,202,188); }

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

border-color css

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

 span { border-color: rgb(15,202,188); }

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