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

📋 copy color: '#0FCFC6'

red 15 ◦ green 207 ◦ blue 198

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

Shades of Robin's Egg Blue #0FCFC6

Tints of Robin's Egg Blue #0FCFC6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.29%

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

R = 3.57%
G = 49.29%
B = 47.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#0FCFC6 (or 0x0FCFC6) is known color: Robin's Egg Blue. HEX triplet: 0F, CF and C6. RGB value is (15,207,198). Sum of RGB (Red+Green+Blue) = 15+207+198=420 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.57% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFC6 is #F03039. Grayscale: #949494. Windows color (decimal): -15740986 or 13029135. OLE color: 13029135.

HSL color Cylindrical-coordinate representation of color #0FCFC6: hue angle of 177.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCFC6 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 207 198 -
CMYK 0.93 0 0.04 0.19
HSL 177.19º 0.86% 0.44% -
HSV(B) 177.19º 0.93% 0.81% -
XYZ 32.7 48.8 61.12 -
YUV 148.57 155.89 32.73 -
System Red Green Blue C M Y K H S L
Decimal 15 207 198 0.93 0 0.04 0.19 177.19 0.86 0.44
Hex F CF C6 5D 0 4 13 B1 56 2C
Octal 17 317 306 135 0 4 23 261 126 54
Binary 1111 11001111 11000110 1011101 0 100 10011 10110001 1010110 101100

Color Harmonies of #0FCFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCFC6

Black with #0FCFC6

Text Example


Text Example

White with #0FCFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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