Html Css Color HEX #07BEBC Iris Blue

📋 copy color: '#07BEBC'

red 7 ◦ green 190 ◦ blue 188

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

Shades of Iris Blue #07BEBC

Tints of Iris Blue #07BEBC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.35%

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 1.82%
G = 49.35%
B = 48.83%

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

#07BEBC (or 0x07BEBC) is known color: Iris Blue. HEX triplet: 07, BE and BC. RGB value is (7,190,188). Sum of RGB (Red+Green+Blue) = 7+190+188=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #07BEBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BEBC is #F84143. Grayscale: #868686. Windows color (decimal): -16269636 or 12369415. OLE color: 12369415.

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

Color convert

RGB 7 190 188 -
CMYK 0.96 0 0.01 0.25
HSL 179.34º 0.93% 0.39% -
HSV(B) 179.34º 0.96% 0.75% -
XYZ 27.58 40.5 53.94 -
YUV 135.06 157.87 36.66 -
System Red Green Blue C M Y K H S L
Decimal 7 190 188 0.96 0 0.01 0.25 179.34 0.93 0.39
Hex 7 BE BC 60 0 1 19 B3 5D 27
Octal 7 276 274 140 0 1 31 263 135 47
Binary 111 10111110 10111100 1100000 0 1 11001 10110011 1011101 100111

Color Harmonies of #07BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BEBC

Black with #07BEBC

Text Example


Text Example

White with #07BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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