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

📋 copy color: '#0FCCBB'

red 15 ◦ green 204 ◦ blue 187

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

Shades of Robin's Egg Blue #0FCCBB

Tints of Robin's Egg Blue #0FCCBB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.25%

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

R = 3.69%
G = 50.25%
B = 46.06%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#0FCCBB (or 0x0FCCBB) is known color: Robin's Egg Blue. HEX triplet: 0F, CC and BB. RGB value is (15,204,187). Sum of RGB (Red+Green+Blue) = 15+204+187=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCCBB is #F03344. Grayscale: #919191. Windows color (decimal): -15741765 or 12307471. OLE color: 12307471.

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

Color convert

RGB 15 204 187 -
CMYK 0.93 0 0.08 0.2
HSL 174.6º 0.86% 0.43% -
HSV(B) 174.6º 0.93% 0.8% -
XYZ 30.76 46.88 54.44 -
YUV 145.55 151.38 34.88 -
System Red Green Blue C M Y K H S L
Decimal 15 204 187 0.93 0 0.08 0.2 174.6 0.86 0.43
Hex F CC BB 5D 0 8 14 AF 56 2B
Octal 17 314 273 135 0 10 24 257 126 53
Binary 1111 11001100 10111011 1011101 0 1000 10100 10101111 1010110 101011

Color Harmonies of #0FCCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCCBB

Black with #0FCCBB

Text Example


Text Example

White with #0FCCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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