Html Css Color HEX #07BADF Iris Blue

📋 copy color: '#07BADF'

red 7 ◦ green 186 ◦ blue 223

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

Shades of Iris Blue #07BADF

Tints of Iris Blue #07BADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 1.68%
G = 44.71%
B = 53.61%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#07BADF (or 0x07BADF) is known color: Iris Blue. HEX triplet: 07, BA and DF. RGB value is (7,186,223). Sum of RGB (Red+Green+Blue) = 7+186+223=416 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.68% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #07BADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BADF is #F84520. Grayscale: #888888. Windows color (decimal): -16270625 or 14662151. OLE color: 14662151.

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

Color convert

RGB 7 186 223 -
CMYK 0.97 0.17 0 0.13
HSL 190.28º 0.94% 0.45% -
HSV(B) 190.28º 0.97% 0.87% -
XYZ 30.97 40.49 76 -
YUV 136.7 176.7 35.49 -
System Red Green Blue C M Y K H S L
Decimal 7 186 223 0.97 0.17 0 0.13 190.28 0.94 0.45
Hex 7 BA DF 61 11 0 D BE 5E 2D
Octal 7 272 337 141 21 0 15 276 136 55
Binary 111 10111010 11011111 1100001 10001 0 1101 10111110 1011110 101101

Color Harmonies of #07BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BADF

Black with #07BADF

Text Example


Text Example

White with #07BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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