Html Css Color HEX #07B3BE Iris Blue

📋 copy color: '#07B3BE'

red 7 ◦ green 179 ◦ blue 190

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

Shades of Iris Blue #07B3BE

Tints of Iris Blue #07B3BE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.61%

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 1.86%
G = 47.61%
B = 50.53%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#07B3BE (or 0x07B3BE) is known color: Iris Blue. HEX triplet: 07, B3 and BE. RGB value is (7,179,190). Sum of RGB (Red+Green+Blue) = 7+179+190=376 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.86% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #07B3BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B3BE is #F84C41. Grayscale: #808080. Windows color (decimal): -16272450 or 12497671. OLE color: 12497671.

HSL color Cylindrical-coordinate representation of color #07B3BE: hue angle of 183.61º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B3BE is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 179 190 -
CMYK 0.96 0.06 0 0.25
HSL 183.61º 0.93% 0.39% -
HSV(B) 183.61º 0.96% 0.75% -
XYZ 25.5 36 54.32 -
YUV 128.83 162.52 41.11 -
System Red Green Blue C M Y K H S L
Decimal 7 179 190 0.96 0.06 0 0.25 183.61 0.93 0.39
Hex 7 B3 BE 60 6 0 19 B8 5D 27
Octal 7 263 276 140 6 0 31 270 135 47
Binary 111 10110011 10111110 1100000 110 0 11001 10111000 1011101 100111

Color Harmonies of #07B3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B3BE

Black with #07B3BE

Text Example


Text Example

White with #07B3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,179,190); }

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

background-color css

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

 a { background-color: rgb(7,179,190); }

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

border-color css

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

 span { border-color: rgb(7,179,190); }

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