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

📋 copy color: '#0FCCBD'

red 15 ◦ green 204 ◦ blue 189

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

Shades of Robin's Egg Blue #0FCCBD

Tints of Robin's Egg Blue #0FCCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 3.68%
G = 50%
B = 46.32%

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

#0FCCBD (or 0x0FCCBD) is known color: Robin's Egg Blue. HEX triplet: 0F, CC and BD. RGB value is (15,204,189). Sum of RGB (Red+Green+Blue) = 15+204+189=408 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.68% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCCBD is #F03342. Grayscale: #919191. Windows color (decimal): -15741763 or 12438543. OLE color: 12438543.

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

Color convert

RGB 15 204 189 -
CMYK 0.93 0 0.07 0.2
HSL 175.24º 0.86% 0.43% -
HSV(B) 175.24º 0.93% 0.8% -
XYZ 30.98 46.96 55.58 -
YUV 145.78 152.38 34.72 -
System Red Green Blue C M Y K H S L
Decimal 15 204 189 0.93 0 0.07 0.2 175.24 0.86 0.43
Hex F CC BD 5D 0 7 14 AF 56 2B
Octal 17 314 275 135 0 7 24 257 126 53
Binary 1111 11001100 10111101 1011101 0 111 10100 10101111 1010110 101011

Color Harmonies of #0FCCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCCBD

Black with #0FCCBD

Text Example


Text Example

White with #0FCCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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