Html Css Color HEX #07ADB6 Iris Blue

📋 copy color: '#07ADB6'

red 7 ◦ green 173 ◦ blue 182

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

Shades of Iris Blue #07ADB6

Tints of Iris Blue #07ADB6

RGB

 RED value IS 7 (3.13% from 255) = 1.93%

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

 BLUE value IS 182 (71.48% from 255) = 50.28%

R = 1.93%
G = 47.79%
B = 50.28%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#07ADB6 (or 0x07ADB6) is known color: Iris Blue. HEX triplet: 07, AD and B6. RGB value is (7,173,182). Sum of RGB (Red+Green+Blue) = 7+173+182=362 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #07ADB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADB6 is #F85249. Grayscale: #7C7C7C. Windows color (decimal): -16273994 or 11971847. OLE color: 11971847.

HSL color Cylindrical-coordinate representation of color #07ADB6: hue angle of 183.09º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ADB6 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 173 182 -
CMYK 0.96 0.05 0 0.29
HSL 183.09º 0.93% 0.37% -
HSV(B) 183.09º 0.96% 0.71% -
XYZ 23.47 33.31 49.45 -
YUV 124.39 160.5 44.27 -
System Red Green Blue C M Y K H S L
Decimal 7 173 182 0.96 0.05 0 0.29 183.09 0.93 0.37
Hex 7 AD B6 60 5 0 1D B7 5D 25
Octal 7 255 266 140 5 0 35 267 135 45
Binary 111 10101101 10110110 1100000 101 0 11101 10110111 1011101 100101

Color Harmonies of #07ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ADB6

Black with #07ADB6

Text Example


Text Example

White with #07ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07ADB6; }

 p { color: rgb(7,173,182); }

 H1.HeaderClassName
 {
   color: #07ADB6;
 }
 .AnyTagClassName
 {
   color: #07ADB6;
 }
</style>

background-color css

<style>
 a { background-color: #07ADB6; }

 a { background-color: rgb(7,173,182); }

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

border-color css

<style>
 span { border-color: #07ADB6; }

 span { border-color: rgb(7,173,182); }

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