Html Css Color HEX #07BCD5 Iris Blue

📋 copy color: '#07BCD5'

red 7 ◦ green 188 ◦ blue 213

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

Shades of Iris Blue #07BCD5

Tints of Iris Blue #07BCD5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.08%

 BLUE value IS 213 (83.59% from 255) = 52.21%

R = 1.72%
G = 46.08%
B = 52.21%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#07BCD5 (or 0x07BCD5) is known color: Iris Blue. HEX triplet: 07, BC and D5. RGB value is (7,188,213). Sum of RGB (Red+Green+Blue) = 7+188+213=408 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.72% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #07BCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BCD5 is #F8432A. Grayscale: #888888. Windows color (decimal): -16270123 or 14007303. OLE color: 14007303.

HSL color Cylindrical-coordinate representation of color #07BCD5: hue angle of 187.28º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BCD5 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 7 188 213 -
CMYK 0.97 0.12 0 0.16
HSL 187.28º 0.94% 0.43% -
HSV(B) 187.28º 0.97% 0.84% -
XYZ 30.08 40.82 69.24 -
YUV 136.73 171.03 35.47 -
System Red Green Blue C M Y K H S L
Decimal 7 188 213 0.97 0.12 0 0.16 187.28 0.94 0.43
Hex 7 BC D5 61 C 0 10 BB 5E 2B
Octal 7 274 325 141 14 0 20 273 136 53
Binary 111 10111100 11010101 1100001 1100 0 10000 10111011 1011110 101011

Color Harmonies of #07BCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BCD5

Black with #07BCD5

Text Example


Text Example

White with #07BCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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