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

📋 copy color: '#0FCBBC'

red 15 ◦ green 203 ◦ blue 188

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

Shades of Robin's Egg Blue #0FCBBC

Tints of Robin's Egg Blue #0FCBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 3.69%
G = 50%
B = 46.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#0FCBBC (or 0x0FCBBC) is known color: Robin's Egg Blue. HEX triplet: 0F, CB and BC. RGB value is (15,203,188). Sum of RGB (Red+Green+Blue) = 15+203+188=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCBBC is #F03443. Grayscale: #909090. Windows color (decimal): -15742020 or 12372751. OLE color: 12372751.

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

Color convert

RGB 15 203 188 -
CMYK 0.93 0 0.07 0.20
HSL 175.21º 0.86% 0.43% -
HSV(B) 175.21º 0.93% 0.8% -
XYZ 30.63 46.44 54.93 -
YUV 145.08 152.22 35.22 -
System Red Green Blue C M Y K H S L
Decimal 15 203 188 0.93 0 0.07 0.20 175.21 0.86 0.43
Hex F CB BC 5D 0 7 14 AF 56 2B
Octal 17 313 274 135 0 7 24 257 126 53
Binary 1111 11001011 10111100 1011101 0 111 10100 10101111 1010110 101011

Color Harmonies of #0FCBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCBBC

Black with #0FCBBC

Text Example


Text Example

White with #0FCBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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