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

📋 copy color: '#0ACCBF'

red 10 ◦ green 204 ◦ blue 191

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

Shades of Robin's Egg Blue #0ACCBF

Tints of Robin's Egg Blue #0ACCBF

RGB

 RED value IS 10 (4.3% from 255) = 2.47%

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

 BLUE value IS 191 (75% from 255) = 47.16%

R = 2.47%
G = 50.37%
B = 47.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#0ACCBF (or 0x0ACCBF) is known color: Robin's Egg Blue. HEX triplet: 0A, CC and BF. RGB value is (10,204,191). Sum of RGB (Red+Green+Blue) = 10+204+191=405 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.47% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACCBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACCBF is #F53340. Grayscale: #909090. Windows color (decimal): -16069441 or 12569610. OLE color: 12569610.

HSL color Cylindrical-coordinate representation of color #0ACCBF: hue angle of 175.98º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACCBF is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 10 204 191 -
CMYK 0.95 0 0.06 0.2
HSL 175.98º 0.91% 0.42% -
HSV(B) 175.98º 0.95% 0.8% -
XYZ 31.12 47.01 56.72 -
YUV 144.51 154.23 32.06 -
System Red Green Blue C M Y K H S L
Decimal 10 204 191 0.95 0 0.06 0.2 175.98 0.91 0.42
Hex A CC BF 5F 0 6 14 B0 5B 2A
Octal 12 314 277 137 0 6 24 260 133 52
Binary 1010 11001100 10111111 1011111 0 110 10100 10110000 1011011 101010

Color Harmonies of #0ACCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACCBF

Black with #0ACCBF

Text Example


Text Example

White with #0ACCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,204,191); }

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

background-color css

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

 a { background-color: rgb(10,204,191); }

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

border-color css

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

 span { border-color: rgb(10,204,191); }

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