Html Css Color HEX #0ABFBA Iris Blue

📋 copy color: '#0ABFBA'

red 10 ◦ green 191 ◦ blue 186

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

Shades of Iris Blue #0ABFBA

Tints of Iris Blue #0ABFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 49.35%

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 2.58%
G = 49.35%
B = 48.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#0ABFBA (or 0x0ABFBA) is known color: Iris Blue. HEX triplet: 0A, BF and BA. RGB value is (10,191,186). Sum of RGB (Red+Green+Blue) = 10+191+186=387 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABFBA is #F54045. Grayscale: #888888. Windows color (decimal): -16072774 or 12238602. OLE color: 12238602.

HSL color Cylindrical-coordinate representation of color #0ABFBA: hue angle of 178.34º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABFBA is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 191 186 -
CMYK 0.95 0 0.03 0.25
HSL 178.34º 0.9% 0.39% -
HSV(B) 178.34º 0.95% 0.75% -
XYZ 27.62 40.87 52.89 -
YUV 136.31 156.03 37.91 -
System Red Green Blue C M Y K H S L
Decimal 10 191 186 0.95 0 0.03 0.25 178.34 0.9 0.39
Hex A BF BA 5F 0 3 19 B2 5A 27
Octal 12 277 272 137 0 3 31 262 132 47
Binary 1010 10111111 10111010 1011111 0 11 11001 10110010 1011010 100111

Color Harmonies of #0ABFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABFBA

Black with #0ABFBA

Text Example


Text Example

White with #0ABFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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