Html Css Color HEX #01AFBB Iris Blue

📋 copy color: '#01AFBB'

red 1 ◦ green 175 ◦ blue 187

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

Shades of Iris Blue #01AFBB

Tints of Iris Blue #01AFBB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.21%

 BLUE value IS 187 (73.44% from 255) = 51.52%

R = 0.28%
G = 48.21%
B = 51.52%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#01AFBB (or 0x01AFBB) is known color: Iris Blue. HEX triplet: 01, AF and BB. RGB value is (1,175,187). Sum of RGB (Red+Green+Blue) = 1+175+187=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #01AFBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AFBB is #FE5044. Grayscale: #7C7C7C. Windows color (decimal): -16666693 or 12300033. OLE color: 12300033.

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

Color convert

RGB 1 175 187 -
CMYK 0.99 0.06 0 0.27
HSL 183.87º 0.99% 0.37% -
HSV(B) 183.87º 0.99% 0.73% -
XYZ 24.31 34.25 52.34 -
YUV 124.34 163.35 40.02 -
System Red Green Blue C M Y K H S L
Decimal 1 175 187 0.99 0.06 0 0.27 183.87 0.99 0.37
Hex 1 AF BB 63 6 0 1B B8 63 25
Octal 1 257 273 143 6 0 33 270 143 45
Binary 1 10101111 10111011 1100011 110 0 11011 10111000 1100011 100101

Color Harmonies of #01AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AFBB

Black with #01AFBB

Text Example


Text Example

White with #01AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,175,187); }

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

background-color css

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

 a { background-color: rgb(1,175,187); }

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

border-color css

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

 span { border-color: rgb(1,175,187); }

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