Html Css Color HEX #07BABF Iris Blue

📋 copy color: '#07BABF'

red 7 ◦ green 186 ◦ blue 191

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

Shades of Iris Blue #07BABF

Tints of Iris Blue #07BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.44%

 BLUE value IS 191 (75% from 255) = 49.74%

R = 1.82%
G = 48.44%
B = 49.74%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#07BABF (or 0x07BABF) is known color: Iris Blue. HEX triplet: 07, BA and BF. RGB value is (7,186,191). Sum of RGB (Red+Green+Blue) = 7+186+191=384 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #07BABF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BABF is #F84540. Grayscale: #848484. Windows color (decimal): -16270657 or 12564999. OLE color: 12564999.

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

Color convert

RGB 7 186 191 -
CMYK 0.96 0.03 0 0.25
HSL 181.63º 0.93% 0.39% -
HSV(B) 181.63º 0.96% 0.75% -
XYZ 27.05 38.92 55.38 -
YUV 133.05 160.7 38.09 -
System Red Green Blue C M Y K H S L
Decimal 7 186 191 0.96 0.03 0 0.25 181.63 0.93 0.39
Hex 7 BA BF 60 3 0 19 B6 5D 27
Octal 7 272 277 140 3 0 31 266 135 47
Binary 111 10111010 10111111 1100000 11 0 11001 10110110 1011101 100111

Color Harmonies of #07BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BABF

Black with #07BABF

Text Example


Text Example

White with #07BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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