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

📋 copy color: '#0FD6CB'

red 15 ◦ green 214 ◦ blue 203

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

Shades of Robin's Egg Blue #0FD6CB

Tints of Robin's Egg Blue #0FD6CB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.54%

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 3.47%
G = 49.54%
B = 46.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#0FD6CB (or 0x0FD6CB) is known color: Robin's Egg Blue. HEX triplet: 0F, D6 and CB. RGB value is (15,214,203). Sum of RGB (Red+Green+Blue) = 15+214+203=432 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.47% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD6CB is #F02934. Grayscale: #999999. Windows color (decimal): -15739189 or 13358607. OLE color: 13358607.

HSL color Cylindrical-coordinate representation of color #0FD6CB: hue angle of 176.68º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD6CB is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 15 214 203 -
CMYK 0.93 0 0.05 0.16
HSL 176.68º 0.87% 0.45% -
HSV(B) 176.68º 0.93% 0.84% -
XYZ 35.02 52.51 64.79 -
YUV 153.25 156.07 29.39 -
System Red Green Blue C M Y K H S L
Decimal 15 214 203 0.93 0 0.05 0.16 176.68 0.87 0.45
Hex F D6 CB 5D 0 5 10 B1 57 2D
Octal 17 326 313 135 0 5 20 261 127 55
Binary 1111 11010110 11001011 1011101 0 101 10000 10110001 1010111 101101

Color Harmonies of #0FD6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD6CB

Black with #0FD6CB

Text Example


Text Example

White with #0FD6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,214,203); }

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

background-color css

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

 a { background-color: rgb(15,214,203); }

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

border-color css

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

 span { border-color: rgb(15,214,203); }

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