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

📋 copy color: '#0FCAC6'

red 15 ◦ green 202 ◦ blue 198

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

Shades of Robin's Egg Blue #0FCAC6

Tints of Robin's Egg Blue #0FCAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.71%

R = 3.61%
G = 48.67%
B = 47.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#0FCAC6 (or 0x0FCAC6) is known color: Robin's Egg Blue. HEX triplet: 0F, CA and C6. RGB value is (15,202,198). Sum of RGB (Red+Green+Blue) = 15+202+198=415 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.61% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCAC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCAC6 is #F03539. Grayscale: #919191. Windows color (decimal): -15742266 or 13027855. OLE color: 13027855.

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

Color convert

RGB 15 202 198 -
CMYK 0.93 0 0.02 0.21
HSL 178.72º 0.86% 0.43% -
HSV(B) 178.72º 0.93% 0.79% -
XYZ 31.51 46.42 60.73 -
YUV 145.63 157.55 34.83 -
System Red Green Blue C M Y K H S L
Decimal 15 202 198 0.93 0 0.02 0.21 178.72 0.86 0.43
Hex F CA C6 5D 0 2 15 B3 56 2B
Octal 17 312 306 135 0 2 25 263 126 53
Binary 1111 11001010 11000110 1011101 0 10 10101 10110011 1010110 101011

Color Harmonies of #0FCAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCAC6

Black with #0FCAC6

Text Example


Text Example

White with #0FCAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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