Html Css Color HEX #01ADBE Iris Blue

📋 copy color: '#01ADBE'

red 1 ◦ green 173 ◦ blue 190

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

Shades of Iris Blue #01ADBE

Tints of Iris Blue #01ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 0.27%
G = 47.53%
B = 52.2%

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

#01ADBE (or 0x01ADBE) is known color: Iris Blue. HEX triplet: 01, AD and BE. RGB value is (1,173,190). Sum of RGB (Red+Green+Blue) = 1+173+190=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #01ADBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADBE is #FE5241. Grayscale: #7B7B7B. Windows color (decimal): -16667202 or 12496129. OLE color: 12496129.

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

Color convert

RGB 1 173 190 -
CMYK 0.99 0.09 0 0.25
HSL 185.4º 0.99% 0.37% -
HSV(B) 185.4º 0.99% 0.75% -
XYZ 24.25 33.61 53.92 -
YUV 123.51 165.52 40.62 -
System Red Green Blue C M Y K H S L
Decimal 1 173 190 0.99 0.09 0 0.25 185.4 0.99 0.37
Hex 1 AD BE 63 9 0 19 B9 63 25
Octal 1 255 276 143 11 0 31 271 143 45
Binary 1 10101101 10111110 1100011 1001 0 11001 10111001 1100011 100101

Color Harmonies of #01ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ADBE

Black with #01ADBE

Text Example


Text Example

White with #01ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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