Html Css Color HEX #07BFB2 Iris Blue

📋 copy color: '#07BFB2'

red 7 ◦ green 191 ◦ blue 178

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

Shades of Iris Blue #07BFB2

Tints of Iris Blue #07BFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.34%

R = 1.86%
G = 50.8%
B = 47.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#07BFB2 (or 0x07BFB2) is known color: Iris Blue. HEX triplet: 07, BF and B2. RGB value is (7,191,178). Sum of RGB (Red+Green+Blue) = 7+191+178=376 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.86% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #07BFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BFB2 is #F8404D. Grayscale: #868686. Windows color (decimal): -16269390 or 11714311. OLE color: 11714311.

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

Color convert

RGB 7 191 178 -
CMYK 0.96 0 0.07 0.25
HSL 175.76º 0.93% 0.39% -
HSV(B) 175.76º 0.96% 0.75% -
XYZ 26.75 40.52 48.53 -
YUV 134.5 152.54 37.06 -
System Red Green Blue C M Y K H S L
Decimal 7 191 178 0.96 0 0.07 0.25 175.76 0.93 0.39
Hex 7 BF B2 60 0 7 19 B0 5D 27
Octal 7 277 262 140 0 7 31 260 135 47
Binary 111 10111111 10110010 1100000 0 111 11001 10110000 1011101 100111

Color Harmonies of #07BFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BFB2

Black with #07BFB2

Text Example


Text Example

White with #07BFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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