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

📋 copy color: '#0FCAB7'

red 15 ◦ green 202 ◦ blue 183

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

Shades of Robin's Egg Blue #0FCAB7

Tints of Robin's Egg Blue #0FCAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.75%

R = 3.75%
G = 50.5%
B = 45.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#0FCAB7 (or 0x0FCAB7) is known color: Robin's Egg Blue. HEX triplet: 0F, CA and B7. RGB value is (15,202,183). Sum of RGB (Red+Green+Blue) = 15+202+183=400 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.75% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCAB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCAB7 is #F03548. Grayscale: #8F8F8F. Windows color (decimal): -15742281 or 12044815. OLE color: 12044815.

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

Color convert

RGB 15 202 183 -
CMYK 0.93 0 0.09 0.21
HSL 173.9º 0.86% 0.43% -
HSV(B) 173.9º 0.93% 0.79% -
XYZ 29.86 45.76 52.06 -
YUV 143.92 150.05 36.04 -
System Red Green Blue C M Y K H S L
Decimal 15 202 183 0.93 0 0.09 0.21 173.9 0.86 0.43
Hex F CA B7 5D 0 9 15 AE 56 2B
Octal 17 312 267 135 0 11 25 256 126 53
Binary 1111 11001010 10110111 1011101 0 1001 10101 10101110 1010110 101011

Color Harmonies of #0FCAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCAB7

Black with #0FCAB7

Text Example


Text Example

White with #0FCAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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