Html Css Color HEX #07BBCD Iris Blue

📋 copy color: '#07BBCD'

red 7 ◦ green 187 ◦ blue 205

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

Shades of Iris Blue #07BBCD

Tints of Iris Blue #07BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.87%

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 1.75%
G = 46.87%
B = 51.38%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#07BBCD (or 0x07BBCD) is known color: Iris Blue. HEX triplet: 07, BB and CD. RGB value is (7,187,205). Sum of RGB (Red+Green+Blue) = 7+187+205=399 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #07BBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BBCD is #F84432. Grayscale: #868686. Windows color (decimal): -16270387 or 13482759. OLE color: 13482759.

HSL color Cylindrical-coordinate representation of color #07BBCD: hue angle of 185.45º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BBCD is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 187 205 -
CMYK 0.97 0.09 0 0.20
HSL 185.45º 0.93% 0.42% -
HSV(B) 185.45º 0.97% 0.8% -
XYZ 28.88 39.99 63.96 -
YUV 135.23 167.37 36.54 -
System Red Green Blue C M Y K H S L
Decimal 7 187 205 0.97 0.09 0 0.20 185.45 0.93 0.42
Hex 7 BB CD 61 9 0 14 B9 5D 2A
Octal 7 273 315 141 11 0 24 271 135 52
Binary 111 10111011 11001101 1100001 1001 0 10100 10111001 1011101 101010

Color Harmonies of #07BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BBCD

Black with #07BBCD

Text Example


Text Example

White with #07BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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