Html Css Color HEX #07BECE Iris Blue

📋 copy color: '#07BECE'

red 7 ◦ green 190 ◦ blue 206

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

Shades of Iris Blue #07BECE

Tints of Iris Blue #07BECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.12%

R = 1.74%
G = 47.15%
B = 51.12%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#07BECE (or 0x07BECE) is known color: Iris Blue. HEX triplet: 07, BE and CE. RGB value is (7,190,206). Sum of RGB (Red+Green+Blue) = 7+190+206=403 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #07BECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BECE is #F84131. Grayscale: #888888. Windows color (decimal): -16269618 or 13549063. OLE color: 13549063.

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

Color convert

RGB 7 190 206 -
CMYK 0.97 0.08 0 0.19
HSL 184.82º 0.93% 0.42% -
HSV(B) 184.82º 0.97% 0.81% -
XYZ 29.64 41.33 64.81 -
YUV 137.11 166.87 35.2 -
System Red Green Blue C M Y K H S L
Decimal 7 190 206 0.97 0.08 0 0.19 184.82 0.93 0.42
Hex 7 BE CE 61 8 0 13 B9 5D 2A
Octal 7 276 316 141 10 0 23 271 135 52
Binary 111 10111110 11001110 1100001 1000 0 10011 10111001 1011101 101010

Color Harmonies of #07BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BECE

Black with #07BECE

Text Example


Text Example

White with #07BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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