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

📋 copy color: '#0ACCB8'

red 10 ◦ green 204 ◦ blue 184

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

Shades of Robin's Egg Blue #0ACCB8

Tints of Robin's Egg Blue #0ACCB8

RGB

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

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

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

R = 2.51%
G = 51.26%
B = 46.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#0ACCB8 (or 0x0ACCB8) is known color: Robin's Egg Blue. HEX triplet: 0A, CC and B8. RGB value is (10,204,184). Sum of RGB (Red+Green+Blue) = 10+204+184=398 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACCB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACCB8 is #F53347. Grayscale: #8F8F8F. Windows color (decimal): -16069448 or 12110858. OLE color: 12110858.

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

Color convert

RGB 10 204 184 -
CMYK 0.95 0 0.10 0.2
HSL 173.81º 0.91% 0.42% -
HSV(B) 173.81º 0.95% 0.8% -
XYZ 30.37 46.71 52.76 -
YUV 143.71 150.73 32.63 -
System Red Green Blue C M Y K H S L
Decimal 10 204 184 0.95 0 0.10 0.2 173.81 0.91 0.42
Hex A CC B8 5F 0 A 14 AE 5B 2A
Octal 12 314 270 137 0 12 24 256 133 52
Binary 1010 11001100 10111000 1011111 0 1010 10100 10101110 1011011 101010

Color Harmonies of #0ACCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACCB8

Black with #0ACCB8

Text Example


Text Example

White with #0ACCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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