Html Css Color HEX #07ADB7 Iris Blue

📋 copy color: '#07ADB7'

red 7 ◦ green 173 ◦ blue 183

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

Shades of Iris Blue #07ADB7

Tints of Iris Blue #07ADB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.41%

R = 1.93%
G = 47.66%
B = 50.41%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#07ADB7 (or 0x07ADB7) is known color: Iris Blue. HEX triplet: 07, AD and B7. RGB value is (7,173,183). Sum of RGB (Red+Green+Blue) = 7+173+183=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #07ADB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADB7 is #F85248. Grayscale: #7C7C7C. Windows color (decimal): -16273993 or 12037383. OLE color: 12037383.

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

Color convert

RGB 7 173 183 -
CMYK 0.96 0.05 0 0.28
HSL 183.41º 0.93% 0.37% -
HSV(B) 183.41º 0.96% 0.72% -
XYZ 23.58 33.35 49.99 -
YUV 124.51 161 44.19 -
System Red Green Blue C M Y K H S L
Decimal 7 173 183 0.96 0.05 0 0.28 183.41 0.93 0.37
Hex 7 AD B7 60 5 0 1C B7 5D 25
Octal 7 255 267 140 5 0 34 267 135 45
Binary 111 10101101 10110111 1100000 101 0 11100 10110111 1011101 100101

Color Harmonies of #07ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ADB7

Black with #07ADB7

Text Example


Text Example

White with #07ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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