Html Css Color HEX #07BFBB Iris Blue

📋 copy color: '#07BFBB'

red 7 ◦ green 191 ◦ blue 187

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

Shades of Iris Blue #07BFBB

Tints of Iris Blue #07BFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 1.82%
G = 49.61%
B = 48.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#07BFBB (or 0x07BFBB) is known color: Iris Blue. HEX triplet: 07, BF and BB. RGB value is (7,191,187). Sum of RGB (Red+Green+Blue) = 7+191+187=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #07BFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BFBB is #F84044. Grayscale: #878787. Windows color (decimal): -16269381 or 12304135. OLE color: 12304135.

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

Color convert

RGB 7 191 187 -
CMYK 0.96 0 0.02 0.25
HSL 178.7º 0.93% 0.39% -
HSV(B) 178.7º 0.96% 0.75% -
XYZ 27.69 40.89 53.45 -
YUV 135.53 157.04 36.33 -
System Red Green Blue C M Y K H S L
Decimal 7 191 187 0.96 0 0.02 0.25 178.7 0.93 0.39
Hex 7 BF BB 60 0 2 19 B3 5D 27
Octal 7 277 273 140 0 2 31 263 135 47
Binary 111 10111111 10111011 1100000 0 10 11001 10110011 1011101 100111

Color Harmonies of #07BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BFBB

Black with #07BFBB

Text Example


Text Example

White with #07BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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