Html Css Color HEX #07BBE1 Iris Blue

📋 copy color: '#07BBE1'

red 7 ◦ green 187 ◦ blue 225

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

Shades of Iris Blue #07BBE1

Tints of Iris Blue #07BBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.7%

R = 1.67%
G = 44.63%
B = 53.7%

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

#07BBE1 (or 0x07BBE1) is known color: Iris Blue. HEX triplet: 07, BB and E1. RGB value is (7,187,225). Sum of RGB (Red+Green+Blue) = 7+187+225=419 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #07BBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BBE1 is #F8441E. Grayscale: #898989. Windows color (decimal): -16270367 or 14793479. OLE color: 14793479.

HSL color Cylindrical-coordinate representation of color #07BBE1: hue angle of 190.46º 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 #07BBE1 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 7 187 225 -
CMYK 0.97 0.17 0 0.12
HSL 190.46º 0.94% 0.45% -
HSV(B) 190.46º 0.97% 0.88% -
XYZ 31.45 41.02 77.49 -
YUV 137.51 177.37 34.91 -
System Red Green Blue C M Y K H S L
Decimal 7 187 225 0.97 0.17 0 0.12 190.46 0.94 0.45
Hex 7 BB E1 61 11 0 C BE 5E 2D
Octal 7 273 341 141 21 0 14 276 136 55
Binary 111 10111011 11100001 1100001 10001 0 1100 10111110 1011110 101101

Color Harmonies of #07BBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BBE1

Black with #07BBE1

Text Example


Text Example

White with #07BBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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