Html Css Color HEX #06ADB4 Iris Blue

📋 copy color: '#06ADB4'

red 6 ◦ green 173 ◦ blue 180

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

Shades of Iris Blue #06ADB4

Tints of Iris Blue #06ADB4

RGB

 RED value IS 6 (2.73% from 255) = 1.67%

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

 BLUE value IS 180 (70.7% from 255) = 50.14%

R = 1.67%
G = 48.19%
B = 50.14%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#06ADB4 (or 0x06ADB4) is known color: Iris Blue. HEX triplet: 06, AD and B4. RGB value is (6,173,180). Sum of RGB (Red+Green+Blue) = 6+173+180=359 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #06ADB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ADB4 is #F9524B. Grayscale: #7B7B7B. Windows color (decimal): -16339532 or 11840774. OLE color: 11840774.

HSL color Cylindrical-coordinate representation of color #06ADB4: hue angle of 182.41º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ADB4 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 6 173 180 -
CMYK 0.97 0.04 0 0.29
HSL 182.41º 0.94% 0.36% -
HSV(B) 182.41º 0.97% 0.71% -
XYZ 23.26 33.22 48.37 -
YUV 123.87 159.67 43.93 -
System Red Green Blue C M Y K H S L
Decimal 6 173 180 0.97 0.04 0 0.29 182.41 0.94 0.36
Hex 6 AD B4 61 4 0 1D B6 5E 24
Octal 6 255 264 141 4 0 35 266 136 44
Binary 110 10101101 10110100 1100001 100 0 11101 10110110 1011110 100100

Color Harmonies of #06ADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ADB4

Black with #06ADB4

Text Example


Text Example

White with #06ADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06ADB4; }

 p { color: rgb(6,173,180); }

 H1.HeaderClassName
 {
   color: #06ADB4;
 }
 .AnyTagClassName
 {
   color: #06ADB4;
 }
</style>

background-color css

<style>
 a { background-color: #06ADB4; }

 a { background-color: rgb(6,173,180); }

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

border-color css

<style>
 span { border-color: #06ADB4; }

 span { border-color: rgb(6,173,180); }

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