Html Css Color HEX #07BDC1 Iris Blue

📋 copy color: '#07BDC1'

red 7 ◦ green 189 ◦ blue 193

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

Shades of Iris Blue #07BDC1

Tints of Iris Blue #07BDC1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.59%

 BLUE value IS 193 (75.78% from 255) = 49.61%

R = 1.8%
G = 48.59%
B = 49.61%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#07BDC1 (or 0x07BDC1) is known color: Iris Blue. HEX triplet: 07, BD and C1. RGB value is (7,189,193). Sum of RGB (Red+Green+Blue) = 7+189+193=389 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #07BDC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BDC1 is #F8423E. Grayscale: #868686. Windows color (decimal): -16269887 or 12696839. OLE color: 12696839.

HSL color Cylindrical-coordinate representation of color #07BDC1: hue angle of 181.29º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BDC1 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 7 189 193 -
CMYK 0.96 0.02 0 0.24
HSL 181.29º 0.93% 0.39% -
HSV(B) 181.29º 0.96% 0.76% -
XYZ 27.91 40.29 56.76 -
YUV 135.04 160.7 36.67 -
System Red Green Blue C M Y K H S L
Decimal 7 189 193 0.96 0.02 0 0.24 181.29 0.93 0.39
Hex 7 BD C1 60 2 0 18 B5 5D 27
Octal 7 275 301 140 2 0 30 265 135 47
Binary 111 10111101 11000001 1100000 10 0 11000 10110101 1011101 100111

Color Harmonies of #07BDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BDC1

Black with #07BDC1

Text Example


Text Example

White with #07BDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,189,193); }

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

background-color css

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

 a { background-color: rgb(7,189,193); }

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

border-color css

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

 span { border-color: rgb(7,189,193); }

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