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

📋 copy color: '#0FCCBE'

red 15 ◦ green 204 ◦ blue 190

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

Shades of Robin's Egg Blue #0FCCBE

Tints of Robin's Egg Blue #0FCCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.45%

R = 3.67%
G = 49.88%
B = 46.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#0FCCBE (or 0x0FCCBE) is known color: Robin's Egg Blue. HEX triplet: 0F, CC and BE. RGB value is (15,204,190). Sum of RGB (Red+Green+Blue) = 15+204+190=409 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.67% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCCBE is #F03341. Grayscale: #919191. Windows color (decimal): -15741762 or 12504079. OLE color: 12504079.

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

Color convert

RGB 15 204 190 -
CMYK 0.93 0 0.07 0.2
HSL 175.56º 0.86% 0.43% -
HSV(B) 175.56º 0.93% 0.8% -
XYZ 31.08 47 56.15 -
YUV 145.89 152.88 34.64 -
System Red Green Blue C M Y K H S L
Decimal 15 204 190 0.93 0 0.07 0.2 175.56 0.86 0.43
Hex F CC BE 5D 0 7 14 B0 56 2B
Octal 17 314 276 135 0 7 24 260 126 53
Binary 1111 11001100 10111110 1011101 0 111 10100 10110000 1010110 101011

Color Harmonies of #0FCCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCCBE

Black with #0FCCBE

Text Example


Text Example

White with #0FCCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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