Html Css Color HEX #0ABCBA Iris Blue

📋 copy color: '#0ABCBA'

red 10 ◦ green 188 ◦ blue 186

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

Shades of Iris Blue #0ABCBA

Tints of Iris Blue #0ABCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.96%

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

R = 2.6%
G = 48.96%
B = 48.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#0ABCBA (or 0x0ABCBA) is known color: Iris Blue. HEX triplet: 0A, BC and BA. RGB value is (10,188,186). Sum of RGB (Red+Green+Blue) = 10+188+186=384 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABCBA is #F54345. Grayscale: #868686. Windows color (decimal): -16073542 or 12237834. OLE color: 12237834.

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

Color convert

RGB 10 188 186 -
CMYK 0.95 0 0.01 0.26
HSL 179.33º 0.9% 0.39% -
HSV(B) 179.33º 0.95% 0.74% -
XYZ 26.97 39.58 52.67 -
YUV 134.55 157.03 39.16 -
System Red Green Blue C M Y K H S L
Decimal 10 188 186 0.95 0 0.01 0.26 179.33 0.9 0.39
Hex A BC BA 5F 0 1 1A B3 5A 27
Octal 12 274 272 137 0 1 32 263 132 47
Binary 1010 10111100 10111010 1011111 0 1 11010 10110011 1011010 100111

Color Harmonies of #0ABCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABCBA

Black with #0ABCBA

Text Example


Text Example

White with #0ABCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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