Html Css Color HEX #0ABCB7 Iris Blue

📋 copy color: '#0ABCB7'

red 10 ◦ green 188 ◦ blue 183

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

Shades of Iris Blue #0ABCB7

Tints of Iris Blue #0ABCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.03%

R = 2.62%
G = 49.34%
B = 48.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#0ABCB7 (or 0x0ABCB7) is known color: Iris Blue. HEX triplet: 0A, BC and B7. RGB value is (10,188,183). Sum of RGB (Red+Green+Blue) = 10+188+183=381 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABCB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABCB7 is #F54348. Grayscale: #868686. Windows color (decimal): -16073545 or 12041226. OLE color: 12041226.

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

Color convert

RGB 10 188 183 -
CMYK 0.95 0 0.03 0.26
HSL 178.31º 0.9% 0.39% -
HSV(B) 178.31º 0.95% 0.74% -
XYZ 26.66 39.45 51.01 -
YUV 134.21 155.53 39.41 -
System Red Green Blue C M Y K H S L
Decimal 10 188 183 0.95 0 0.03 0.26 178.31 0.9 0.39
Hex A BC B7 5F 0 3 1A B2 5A 27
Octal 12 274 267 137 0 3 32 262 132 47
Binary 1010 10111100 10110111 1011111 0 11 11010 10110010 1011010 100111

Color Harmonies of #0ABCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABCB7

Black with #0ABCB7

Text Example


Text Example

White with #0ABCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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