Html Css Color HEX #07B2BE Iris Blue

📋 copy color: '#07B2BE'

red 7 ◦ green 178 ◦ blue 190

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

Shades of Iris Blue #07B2BE

Tints of Iris Blue #07B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.47%

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

R = 1.87%
G = 47.47%
B = 50.67%

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

#07B2BE (or 0x07B2BE) is known color: Iris Blue. HEX triplet: 07, B2 and BE. RGB value is (7,178,190). Sum of RGB (Red+Green+Blue) = 7+178+190=375 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #07B2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07B2BE is #F84D41. Grayscale: #808080. Windows color (decimal): -16272706 or 12497415. OLE color: 12497415.

HSL color Cylindrical-coordinate representation of color #07B2BE: hue angle of 183.93º 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 #07B2BE is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 178 190 -
CMYK 0.96 0.06 0 0.25
HSL 183.93º 0.93% 0.39% -
HSV(B) 183.93º 0.96% 0.75% -
XYZ 25.3 35.6 54.25 -
YUV 128.24 162.85 41.52 -
System Red Green Blue C M Y K H S L
Decimal 7 178 190 0.96 0.06 0 0.25 183.93 0.93 0.39
Hex 7 B2 BE 60 6 0 19 B8 5D 27
Octal 7 262 276 140 6 0 31 270 135 47
Binary 111 10110010 10111110 1100000 110 0 11001 10111000 1011101 100111

Color Harmonies of #07B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B2BE

Black with #07B2BE

Text Example


Text Example

White with #07B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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