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

📋 copy color: '#0ACFBC'

red 10 ◦ green 207 ◦ blue 188

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

Shades of Robin's Egg Blue #0ACFBC

Tints of Robin's Egg Blue #0ACFBC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.11%

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 2.47%
G = 51.11%
B = 46.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#0ACFBC (or 0x0ACFBC) is known color: Robin's Egg Blue. HEX triplet: 0A, CF and BC. RGB value is (10,207,188). Sum of RGB (Red+Green+Blue) = 10+207+188=405 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.47% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACFBC is #F53043. Grayscale: #919191. Windows color (decimal): -16068676 or 12373770. OLE color: 12373770.

HSL color Cylindrical-coordinate representation of color #0ACFBC: hue angle of 174.21º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACFBC is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 207 188 -
CMYK 0.95 0 0.09 0.19
HSL 174.21º 0.91% 0.43% -
HSV(B) 174.21º 0.95% 0.81% -
XYZ 31.52 48.32 55.24 -
YUV 145.93 151.73 31.04 -
System Red Green Blue C M Y K H S L
Decimal 10 207 188 0.95 0 0.09 0.19 174.21 0.91 0.43
Hex A CF BC 5F 0 9 13 AE 5B 2B
Octal 12 317 274 137 0 11 23 256 133 53
Binary 1010 11001111 10111100 1011111 0 1001 10011 10101110 1011011 101011

Color Harmonies of #0ACFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACFBC

Black with #0ACFBC

Text Example


Text Example

White with #0ACFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,207,188); }

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

background-color css

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

 a { background-color: rgb(10,207,188); }

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

border-color css

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

 span { border-color: rgb(10,207,188); }

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