Html Css Color HEX #07B7B4 Iris Blue

📋 copy color: '#07B7B4'

red 7 ◦ green 183 ◦ blue 180

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

Shades of Iris Blue #07B7B4

Tints of Iris Blue #07B7B4

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.46%

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

R = 1.89%
G = 49.46%
B = 48.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#07B7B4 (or 0x07B7B4) is known color: Iris Blue. HEX triplet: 07, B7 and B4. RGB value is (7,183,180). Sum of RGB (Red+Green+Blue) = 7+183+180=370 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #07B7B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B7B4 is #F8484B. Grayscale: #818181. Windows color (decimal): -16271436 or 11843335. OLE color: 11843335.

HSL color Cylindrical-coordinate representation of color #07B7B4: hue angle of 178.98º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B7B4 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 7 183 180 -
CMYK 0.96 0 0.02 0.28
HSL 178.98º 0.93% 0.37% -
HSV(B) 178.98º 0.96% 0.72% -
XYZ 25.26 37.21 49.03 -
YUV 130.03 156.19 40.24 -
System Red Green Blue C M Y K H S L
Decimal 7 183 180 0.96 0 0.02 0.28 178.98 0.93 0.37
Hex 7 B7 B4 60 0 2 1C B3 5D 25
Octal 7 267 264 140 0 2 34 263 135 45
Binary 111 10110111 10110100 1100000 0 10 11100 10110011 1011101 100101

Color Harmonies of #07B7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B7B4

Black with #07B7B4

Text Example


Text Example

White with #07B7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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