Html Css Color HEX #07AFB4 Iris Blue

📋 copy color: '#07AFB4'

red 7 ◦ green 175 ◦ blue 180

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

Shades of Iris Blue #07AFB4

Tints of Iris Blue #07AFB4

RGB

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

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

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

R = 1.93%
G = 48.34%
B = 49.72%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#07AFB4 (or 0x07AFB4) is known color: Iris Blue. HEX triplet: 07, AF and B4. RGB value is (7,175,180). Sum of RGB (Red+Green+Blue) = 7+175+180=362 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #07AFB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AFB4 is #F8504B. Grayscale: #7D7D7D. Windows color (decimal): -16273484 or 11841287. OLE color: 11841287.

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

Color convert

RGB 7 175 180 -
CMYK 0.96 0.03 0 0.29
HSL 181.73º 0.93% 0.37% -
HSV(B) 181.73º 0.96% 0.71% -
XYZ 23.66 34 48.5 -
YUV 125.34 158.84 43.59 -
System Red Green Blue C M Y K H S L
Decimal 7 175 180 0.96 0.03 0 0.29 181.73 0.93 0.37
Hex 7 AF B4 60 3 0 1D B6 5D 25
Octal 7 257 264 140 3 0 35 266 135 45
Binary 111 10101111 10110100 1100000 11 0 11101 10110110 1011101 100101

Color Harmonies of #07AFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AFB4

Black with #07AFB4

Text Example


Text Example

White with #07AFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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