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

📋 copy color: '#0FCBBB'

red 15 ◦ green 203 ◦ blue 187

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

Shades of Robin's Egg Blue #0FCBBB

Tints of Robin's Egg Blue #0FCBBB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.12%

 BLUE value IS 187 (73.44% from 255) = 46.17%

R = 3.7%
G = 50.12%
B = 46.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#0FCBBB (or 0x0FCBBB) is known color: Robin's Egg Blue. HEX triplet: 0F, CB and BB. RGB value is (15,203,187). Sum of RGB (Red+Green+Blue) = 15+203+187=405 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.70% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCBBB is #F03444. Grayscale: #909090. Windows color (decimal): -15742021 or 12307215. OLE color: 12307215.

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

Color convert

RGB 15 203 187 -
CMYK 0.93 0 0.08 0.20
HSL 174.89º 0.86% 0.43% -
HSV(B) 174.89º 0.93% 0.8% -
XYZ 30.52 46.4 54.36 -
YUV 144.96 151.72 35.3 -
System Red Green Blue C M Y K H S L
Decimal 15 203 187 0.93 0 0.08 0.20 174.89 0.86 0.43
Hex F CB BB 5D 0 8 14 AF 56 2B
Octal 17 313 273 135 0 10 24 257 126 53
Binary 1111 11001011 10111011 1011101 0 1000 10100 10101111 1010110 101011

Color Harmonies of #0FCBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCBBB

Black with #0FCBBB

Text Example


Text Example

White with #0FCBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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