Html Css Color HEX #07BADC Iris Blue

📋 copy color: '#07BADC'

red 7 ◦ green 186 ◦ blue 220

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

Shades of Iris Blue #07BADC

Tints of Iris Blue #07BADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.04%

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 1.69%
G = 45.04%
B = 53.27%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#07BADC (or 0x07BADC) is known color: Iris Blue. HEX triplet: 07, BA and DC. RGB value is (7,186,220). Sum of RGB (Red+Green+Blue) = 7+186+220=413 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #07BADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BADC is #F84523. Grayscale: #888888. Windows color (decimal): -16270628 or 14465543. OLE color: 14465543.

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

Color convert

RGB 7 186 220 -
CMYK 0.97 0.15 0 0.14
HSL 189.58º 0.94% 0.45% -
HSV(B) 189.58º 0.97% 0.86% -
XYZ 30.56 40.33 73.88 -
YUV 136.36 175.2 35.74 -
System Red Green Blue C M Y K H S L
Decimal 7 186 220 0.97 0.15 0 0.14 189.58 0.94 0.45
Hex 7 BA DC 61 F 0 E BE 5E 2D
Octal 7 272 334 141 17 0 16 276 136 55
Binary 111 10111010 11011100 1100001 1111 0 1110 10111110 1011110 101101

Color Harmonies of #07BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BADC

Black with #07BADC

Text Example


Text Example

White with #07BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,186,220); }

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

background-color css

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

 a { background-color: rgb(7,186,220); }

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

border-color css

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

 span { border-color: rgb(7,186,220); }

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