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

📋 copy color: '#0FCFBD'

red 15 ◦ green 207 ◦ blue 189

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

Shades of Robin's Egg Blue #0FCFBD

Tints of Robin's Egg Blue #0FCFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.99%

R = 3.65%
G = 50.36%
B = 45.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#0FCFBD (or 0x0FCFBD) is known color: Robin's Egg Blue. HEX triplet: 0F, CF and BD. RGB value is (15,207,189). Sum of RGB (Red+Green+Blue) = 15+207+189=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFBD is #F03042. Grayscale: #939393. Windows color (decimal): -15740995 or 12439311. OLE color: 12439311.

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

Color convert

RGB 15 207 189 -
CMYK 0.93 0 0.09 0.19
HSL 174.38º 0.86% 0.44% -
HSV(B) 174.38º 0.93% 0.81% -
XYZ 31.7 48.4 55.82 -
YUV 147.54 151.39 33.46 -
System Red Green Blue C M Y K H S L
Decimal 15 207 189 0.93 0 0.09 0.19 174.38 0.86 0.44
Hex F CF BD 5D 0 9 13 AE 56 2C
Octal 17 317 275 135 0 11 23 256 126 54
Binary 1111 11001111 10111101 1011101 0 1001 10011 10101110 1010110 101100

Color Harmonies of #0FCFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCFBD

Black with #0FCFBD

Text Example


Text Example

White with #0FCFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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