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

📋 copy color: '#0FCCB8'

red 15 ◦ green 204 ◦ blue 184

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

Shades of Robin's Egg Blue #0FCCB8

Tints of Robin's Egg Blue #0FCCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.66%

R = 3.72%
G = 50.62%
B = 45.66%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#0FCCB8 (or 0x0FCCB8) is known color: Robin's Egg Blue. HEX triplet: 0F, CC and B8. RGB value is (15,204,184). Sum of RGB (Red+Green+Blue) = 15+204+184=403 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.72% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCCB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCCB8 is #F03347. Grayscale: #919191. Windows color (decimal): -15741768 or 12110863. OLE color: 12110863.

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

Color convert

RGB 15 204 184 -
CMYK 0.93 0 0.10 0.2
HSL 173.65º 0.86% 0.43% -
HSV(B) 173.65º 0.93% 0.8% -
XYZ 30.44 46.75 52.77 -
YUV 145.21 149.88 35.13 -
System Red Green Blue C M Y K H S L
Decimal 15 204 184 0.93 0 0.10 0.2 173.65 0.86 0.43
Hex F CC B8 5D 0 A 14 AE 56 2B
Octal 17 314 270 135 0 12 24 256 126 53
Binary 1111 11001100 10111000 1011101 0 1010 10100 10101110 1010110 101011

Color Harmonies of #0FCCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCCB8

Black with #0FCCB8

Text Example


Text Example

White with #0FCCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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