Html Css Color HEX #07BFBD Iris Blue

📋 copy color: '#07BFBD'

red 7 ◦ green 191 ◦ blue 189

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

Shades of Iris Blue #07BFBD

Tints of Iris Blue #07BFBD

RGB

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

 GREEN value IS 191 (75% from 255) = 49.35%

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 1.81%
G = 49.35%
B = 48.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#07BFBD (or 0x07BFBD) is known color: Iris Blue. HEX triplet: 07, BF and BD. RGB value is (7,191,189). Sum of RGB (Red+Green+Blue) = 7+191+189=387 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #07BFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BFBD is #F84042. Grayscale: #878787. Windows color (decimal): -16269379 or 12435207. OLE color: 12435207.

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

Color convert

RGB 7 191 189 -
CMYK 0.96 0 0.01 0.25
HSL 179.35º 0.93% 0.39% -
HSV(B) 179.35º 0.96% 0.75% -
XYZ 27.9 40.98 54.58 -
YUV 135.76 158.04 36.16 -
System Red Green Blue C M Y K H S L
Decimal 7 191 189 0.96 0 0.01 0.25 179.35 0.93 0.39
Hex 7 BF BD 60 0 1 19 B3 5D 27
Octal 7 277 275 140 0 1 31 263 135 47
Binary 111 10111111 10111101 1100000 0 1 11001 10110011 1011101 100111

Color Harmonies of #07BFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BFBD

Black with #07BFBD

Text Example


Text Example

White with #07BFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,191,189); }

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

background-color css

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

 a { background-color: rgb(7,191,189); }

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

border-color css

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

 span { border-color: rgb(7,191,189); }

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