Html Css Color HEX #01ADBF Iris Blue

📋 copy color: '#01ADBF'

red 1 ◦ green 173 ◦ blue 191

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

Shades of Iris Blue #01ADBF

Tints of Iris Blue #01ADBF

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

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

 BLUE value IS 191 (75% from 255) = 52.33%

R = 0.27%
G = 47.4%
B = 52.33%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#01ADBF (or 0x01ADBF) is known color: Iris Blue. HEX triplet: 01, AD and BF. RGB value is (1,173,191). Sum of RGB (Red+Green+Blue) = 1+173+191=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #01ADBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADBF is #FE5240. Grayscale: #7B7B7B. Windows color (decimal): -16667201 or 12561665. OLE color: 12561665.

HSL color Cylindrical-coordinate representation of color #01ADBF: hue angle of 185.68º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01ADBF is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 173 191 -
CMYK 0.99 0.09 0 0.25
HSL 185.68º 0.99% 0.38% -
HSV(B) 185.68º 0.99% 0.75% -
XYZ 24.36 33.66 54.5 -
YUV 123.62 166.02 40.54 -
System Red Green Blue C M Y K H S L
Decimal 1 173 191 0.99 0.09 0 0.25 185.68 0.99 0.38
Hex 1 AD BF 63 9 0 19 BA 63 26
Octal 1 255 277 143 11 0 31 272 143 46
Binary 1 10101101 10111111 1100011 1001 0 11001 10111010 1100011 100110

Color Harmonies of #01ADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ADBF

Black with #01ADBF

Text Example


Text Example

White with #01ADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01ADBF; }

 p { color: rgb(1,173,191); }

 H1.HeaderClassName
 {
   color: #01ADBF;
 }
 .AnyTagClassName
 {
   color: #01ADBF;
 }
</style>

background-color css

<style>
 a { background-color: #01ADBF; }

 a { background-color: rgb(1,173,191); }

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

border-color css

<style>
 span { border-color: #01ADBF; }

 span { border-color: rgb(1,173,191); }

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