Html Css Color HEX #07BCDF Iris Blue

📋 copy color: '#07BCDF'

red 7 ◦ green 188 ◦ blue 223

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

Shades of Iris Blue #07BCDF

Tints of Iris Blue #07BCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.98%

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

R = 1.67%
G = 44.98%
B = 53.35%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#07BCDF (or 0x07BCDF) is known color: Iris Blue. HEX triplet: 07, BC and DF. RGB value is (7,188,223). Sum of RGB (Red+Green+Blue) = 7+188+223=418 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #07BCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BCDF is #F84320. Grayscale: #898989. Windows color (decimal): -16270113 or 14662663. OLE color: 14662663.

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

Color convert

RGB 7 188 223 -
CMYK 0.97 0.16 0 0.13
HSL 189.72º 0.94% 0.45% -
HSV(B) 189.72º 0.97% 0.87% -
XYZ 31.39 41.34 76.14 -
YUV 137.87 176.03 34.65 -
System Red Green Blue C M Y K H S L
Decimal 7 188 223 0.97 0.16 0 0.13 189.72 0.94 0.45
Hex 7 BC DF 61 10 0 D BE 5E 2D
Octal 7 274 337 141 20 0 15 276 136 55
Binary 111 10111100 11011111 1100001 10000 0 1101 10111110 1011110 101101

Color Harmonies of #07BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BCDF

Black with #07BCDF

Text Example


Text Example

White with #07BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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