Html Css Color HEX #07AFB6 Iris Blue

📋 copy color: '#07AFB6'

red 7 ◦ green 175 ◦ blue 182

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

Shades of Iris Blue #07AFB6

Tints of Iris Blue #07AFB6

RGB

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

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

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

R = 1.92%
G = 48.08%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#07AFB6 (or 0x07AFB6) is known color: Iris Blue. HEX triplet: 07, AF and B6. RGB value is (7,175,182). Sum of RGB (Red+Green+Blue) = 7+175+182=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #07AFB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AFB6 is #F85049. Grayscale: #7D7D7D. Windows color (decimal): -16273482 or 11972359. OLE color: 11972359.

HSL color Cylindrical-coordinate representation of color #07AFB6: hue angle of 182.4º 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 #07AFB6 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 175 182 -
CMYK 0.96 0.04 0 0.29
HSL 182.4º 0.93% 0.37% -
HSV(B) 182.4º 0.96% 0.71% -
XYZ 23.86 34.08 49.58 -
YUV 125.57 159.84 43.43 -
System Red Green Blue C M Y K H S L
Decimal 7 175 182 0.96 0.04 0 0.29 182.4 0.93 0.37
Hex 7 AF B6 60 4 0 1D B6 5D 25
Octal 7 257 266 140 4 0 35 266 135 45
Binary 111 10101111 10110110 1100000 100 0 11101 10110110 1011101 100101

Color Harmonies of #07AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AFB6

Black with #07AFB6

Text Example


Text Example

White with #07AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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