Html Css Color HEX #07BBE0 Iris Blue

📋 copy color: '#07BBE0'

red 7 ◦ green 187 ◦ blue 224

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

Shades of Iris Blue #07BBE0

Tints of Iris Blue #07BBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.59%

R = 1.67%
G = 44.74%
B = 53.59%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#07BBE0 (or 0x07BBE0) is known color: Iris Blue. HEX triplet: 07, BB and E0. RGB value is (7,187,224). Sum of RGB (Red+Green+Blue) = 7+187+224=418 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #07BBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BBE0 is #F8441F. Grayscale: #898989. Windows color (decimal): -16270368 or 14727943. OLE color: 14727943.

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

Color convert

RGB 7 187 224 -
CMYK 0.97 0.17 0 0.12
HSL 190.23º 0.94% 0.45% -
HSV(B) 190.23º 0.97% 0.88% -
XYZ 31.31 40.97 76.78 -
YUV 137.4 176.87 34.99 -
System Red Green Blue C M Y K H S L
Decimal 7 187 224 0.97 0.17 0 0.12 190.23 0.94 0.45
Hex 7 BB E0 61 11 0 C BE 5E 2D
Octal 7 273 340 141 21 0 14 276 136 55
Binary 111 10111011 11100000 1100001 10001 0 1100 10111110 1011110 101101

Color Harmonies of #07BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BBE0

Black with #07BBE0

Text Example


Text Example

White with #07BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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