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

📋 copy color: '#0FCEBF'

red 15 ◦ green 206 ◦ blue 191

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

Shades of Robin's Egg Blue #0FCEBF

Tints of Robin's Egg Blue #0FCEBF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50%

 BLUE value IS 191 (75% from 255) = 46.36%

R = 3.64%
G = 50%
B = 46.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#0FCEBF (or 0x0FCEBF) is known color: Robin's Egg Blue. HEX triplet: 0F, CE and BF. RGB value is (15,206,191). Sum of RGB (Red+Green+Blue) = 15+206+191=412 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.64% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCEBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCEBF is #F03140. Grayscale: #939393. Windows color (decimal): -15741249 or 12570127. OLE color: 12570127.

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

Color convert

RGB 15 206 191 -
CMYK 0.93 0 0.07 0.19
HSL 175.29º 0.86% 0.43% -
HSV(B) 175.29º 0.93% 0.81% -
XYZ 31.67 48.01 56.89 -
YUV 147.18 152.72 33.72 -
System Red Green Blue C M Y K H S L
Decimal 15 206 191 0.93 0 0.07 0.19 175.29 0.86 0.43
Hex F CE BF 5D 0 7 13 AF 56 2B
Octal 17 316 277 135 0 7 23 257 126 53
Binary 1111 11001110 10111111 1011101 0 111 10011 10101111 1010110 101011

Color Harmonies of #0FCEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCEBF

Black with #0FCEBF

Text Example


Text Example

White with #0FCEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,206,191); }

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

background-color css

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

 a { background-color: rgb(15,206,191); }

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

border-color css

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

 span { border-color: rgb(15,206,191); }

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