Html Css Color HEX #07BECC Iris Blue

📋 copy color: '#07BECC'

red 7 ◦ green 190 ◦ blue 204

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

Shades of Iris Blue #07BECC

Tints of Iris Blue #07BECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 1.75%
G = 47.38%
B = 50.87%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#07BECC (or 0x07BECC) is known color: Iris Blue. HEX triplet: 07, BE and CC. RGB value is (7,190,204). Sum of RGB (Red+Green+Blue) = 7+190+204=401 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #07BECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BECC is #F84133. Grayscale: #888888. Windows color (decimal): -16269620 or 13417991. OLE color: 13417991.

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

Color convert

RGB 7 190 204 -
CMYK 0.97 0.07 0 0.2
HSL 184.26º 0.93% 0.41% -
HSV(B) 184.26º 0.97% 0.8% -
XYZ 29.4 41.23 63.54 -
YUV 136.88 165.87 35.36 -
System Red Green Blue C M Y K H S L
Decimal 7 190 204 0.97 0.07 0 0.2 184.26 0.93 0.41
Hex 7 BE CC 61 7 0 14 B8 5D 29
Octal 7 276 314 141 7 0 24 270 135 51
Binary 111 10111110 11001100 1100001 111 0 10100 10111000 1011101 101001

Color Harmonies of #07BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BECC

Black with #07BECC

Text Example


Text Example

White with #07BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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