Html Css Color HEX #00ADBA Iris Blue

📋 copy color: '#00ADBA'

red 0 ◦ green 173 ◦ blue 186

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

Shades of Iris Blue #00ADBA

Tints of Iris Blue #00ADBA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 173 (67.97% from 255) = 48.19%

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

R = 0%
G = 48.19%
B = 51.81%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#00ADBA (or 0x00ADBA) is known color: Iris Blue. HEX triplet: 00, AD and BA. RGB value is (0,173,186). Sum of RGB (Red+Green+Blue) = 0+173+186=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #00ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ADBA is #FF5245. Grayscale: #7A7A7A. Windows color (decimal): -16732742 or 12233984. OLE color: 12233984.

HSL color Cylindrical-coordinate representation of color #00ADBA: hue angle of 184.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADBA is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 173 186 -
CMYK 1 0.07 0 0.27
HSL 184.19º 1% 0.36% -
HSV(B) 184.19º 1% 0.73% -
XYZ 23.81 33.43 51.65 -
YUV 122.76 163.69 40.44 -
System Red Green Blue C M Y K H S L
Decimal 0 173 186 1 0.07 0 0.27 184.19 1 0.36
Hex 0 AD BA 64 7 0 1B B8 64 24
Octal 0 255 272 144 7 0 33 270 144 44
Binary 0 10101101 10111010 1100100 111 0 11011 10111000 1100100 100100

Color Harmonies of #00ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ADBA

Black with #00ADBA

Text Example


Text Example

White with #00ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00ADBA; }

 p { color: rgb(0,173,186); }

 H1.HeaderClassName
 {
   color: #00ADBA;
 }
 .AnyTagClassName
 {
   color: #00ADBA;
 }
</style>

background-color css

<style>
 a { background-color: #00ADBA; }

 a { background-color: rgb(0,173,186); }

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

border-color css

<style>
 span { border-color: #00ADBA; }

 span { border-color: rgb(0,173,186); }

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