Html Css Color HEX #07AFE1 Iris Blue

📋 copy color: '#07AFE1'

red 7 ◦ green 175 ◦ blue 225

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

Shades of Iris Blue #07AFE1

Tints of Iris Blue #07AFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.28%

R = 1.72%
G = 43%
B = 55.28%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#07AFE1 (or 0x07AFE1) is known color: Iris Blue. HEX triplet: 07, AF and E1. RGB value is (7,175,225). Sum of RGB (Red+Green+Blue) = 7+175+225=407 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.72% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 225 (88.28% from 255 or 55.28% from 407); Max value from RGB is 225 - color contains mainly: blue. Hex color #07AFE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AFE1 is #F8501E. Grayscale: #828282. Windows color (decimal): -16273439 or 14790407. OLE color: 14790407.

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

Color convert

RGB 7 175 225 -
CMYK 0.97 0.22 0 0.12
HSL 193.76º 0.94% 0.45% -
HSV(B) 193.76º 0.97% 0.88% -
XYZ 29.01 36.14 76.68 -
YUV 130.47 181.34 39.93 -
System Red Green Blue C M Y K H S L
Decimal 7 175 225 0.97 0.22 0 0.12 193.76 0.94 0.45
Hex 7 AF E1 61 16 0 C C2 5E 2D
Octal 7 257 341 141 26 0 14 302 136 55
Binary 111 10101111 11100001 1100001 10110 0 1100 11000010 1011110 101101

Color Harmonies of #07AFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AFE1

Black with #07AFE1

Text Example


Text Example

White with #07AFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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