Html Css Color HEX #07ABCB Iris Blue

📋 copy color: '#07ABCB'

red 7 ◦ green 171 ◦ blue 203

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

Shades of Iris Blue #07ABCB

Tints of Iris Blue #07ABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.88%

 BLUE value IS 203 (79.69% from 255) = 53.28%

R = 1.84%
G = 44.88%
B = 53.28%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#07ABCB (or 0x07ABCB) is known color: Iris Blue. HEX triplet: 07, AB and CB. RGB value is (7,171,203). Sum of RGB (Red+Green+Blue) = 7+171+203=381 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #07ABCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABCB is #F85434. Grayscale: #7D7D7D. Windows color (decimal): -16274485 or 13347591. OLE color: 13347591.

HSL color Cylindrical-coordinate representation of color #07ABCB: hue angle of 189.8º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ABCB is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 171 203 -
CMYK 0.97 0.16 0 0.20
HSL 189.8º 0.93% 0.41% -
HSV(B) 189.8º 0.97% 0.8% -
XYZ 25.43 33.48 61.62 -
YUV 125.61 171.67 43.4 -
System Red Green Blue C M Y K H S L
Decimal 7 171 203 0.97 0.16 0 0.20 189.8 0.93 0.41
Hex 7 AB CB 61 10 0 14 BE 5D 29
Octal 7 253 313 141 20 0 24 276 135 51
Binary 111 10101011 11001011 1100001 10000 0 10100 10111110 1011101 101001

Color Harmonies of #07ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ABCB

Black with #07ABCB

Text Example


Text Example

White with #07ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,171,203); }

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

background-color css

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

 a { background-color: rgb(7,171,203); }

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

border-color css

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

 span { border-color: rgb(7,171,203); }

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