Html Css Color HEX #07B5B3 Iris Blue

📋 copy color: '#07B5B3'

red 7 ◦ green 181 ◦ blue 179

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

Shades of Iris Blue #07B5B3

Tints of Iris Blue #07B5B3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.32%

 BLUE value IS 179 (70.31% from 255) = 48.77%

R = 1.91%
G = 49.32%
B = 48.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#07B5B3 (or 0x07B5B3) is known color: Iris Blue. HEX triplet: 07, B5 and B3. RGB value is (7,181,179). Sum of RGB (Red+Green+Blue) = 7+181+179=367 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 179 (70.31% from 255 or 48.77% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #07B5B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B5B3 is #F84A4C. Grayscale: #808080. Windows color (decimal): -16271949 or 11777287. OLE color: 11777287.

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

Color convert

RGB 7 181 179 -
CMYK 0.96 0 0.01 0.29
HSL 179.31º 0.93% 0.37% -
HSV(B) 179.31º 0.96% 0.71% -
XYZ 24.75 36.35 48.36 -
YUV 128.75 156.35 41.16 -
System Red Green Blue C M Y K H S L
Decimal 7 181 179 0.96 0 0.01 0.29 179.31 0.93 0.37
Hex 7 B5 B3 60 0 1 1D B3 5D 25
Octal 7 265 263 140 0 1 35 263 135 45
Binary 111 10110101 10110011 1100000 0 1 11101 10110011 1011101 100101

Color Harmonies of #07B5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B5B3

Black with #07B5B3

Text Example


Text Example

White with #07B5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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