Html Css Color HEX #01ADBC Iris Blue

📋 copy color: '#01ADBC'

red 1 ◦ green 173 ◦ blue 188

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

Shades of Iris Blue #01ADBC

Tints of Iris Blue #01ADBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 0.28%
G = 47.79%
B = 51.93%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#01ADBC (or 0x01ADBC) is known color: Iris Blue. HEX triplet: 01, AD and BC. RGB value is (1,173,188). Sum of RGB (Red+Green+Blue) = 1+173+188=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #01ADBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADBC is #FE5243. Grayscale: #7B7B7B. Windows color (decimal): -16667204 or 12365057. OLE color: 12365057.

HSL color Cylindrical-coordinate representation of color #01ADBC: hue angle of 184.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01ADBC is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 173 188 -
CMYK 0.99 0.08 0 0.26
HSL 184.81º 0.99% 0.37% -
HSV(B) 184.81º 0.99% 0.74% -
XYZ 24.03 33.52 52.78 -
YUV 123.28 164.52 40.78 -
System Red Green Blue C M Y K H S L
Decimal 1 173 188 0.99 0.08 0 0.26 184.81 0.99 0.37
Hex 1 AD BC 63 8 0 1A B9 63 25
Octal 1 255 274 143 10 0 32 271 143 45
Binary 1 10101101 10111100 1100011 1000 0 11010 10111001 1100011 100101

Color Harmonies of #01ADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ADBC

Black with #01ADBC

Text Example


Text Example

White with #01ADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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