Html Css Color HEX #07AFDD Iris Blue

📋 copy color: '#07AFDD'

red 7 ◦ green 175 ◦ blue 221

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

Shades of Iris Blue #07AFDD

Tints of Iris Blue #07AFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.84%

R = 1.74%
G = 43.42%
B = 54.84%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#07AFDD (or 0x07AFDD) is known color: Iris Blue. HEX triplet: 07, AF and DD. RGB value is (7,175,221). Sum of RGB (Red+Green+Blue) = 7+175+221=403 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #07AFDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AFDD is #F85022. Grayscale: #818181. Windows color (decimal): -16273443 or 14528263. OLE color: 14528263.

HSL color Cylindrical-coordinate representation of color #07AFDD: hue angle of 192.9º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07AFDD is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 175 221 -
CMYK 0.97 0.21 0 0.13
HSL 192.9º 0.94% 0.45% -
HSV(B) 192.9º 0.97% 0.87% -
XYZ 28.47 35.93 73.84 -
YUV 130.01 179.34 40.26 -
System Red Green Blue C M Y K H S L
Decimal 7 175 221 0.97 0.21 0 0.13 192.9 0.94 0.45
Hex 7 AF DD 61 15 0 D C1 5E 2D
Octal 7 257 335 141 25 0 15 301 136 55
Binary 111 10101111 11011101 1100001 10101 0 1101 11000001 1011110 101101

Color Harmonies of #07AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AFDD

Black with #07AFDD

Text Example


Text Example

White with #07AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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