Html Css Color HEX #07BDC6 Iris Blue

📋 copy color: '#07BDC6'

red 7 ◦ green 189 ◦ blue 198

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

Shades of Iris Blue #07BDC6

Tints of Iris Blue #07BDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.25%

R = 1.78%
G = 47.97%
B = 50.25%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#07BDC6 (or 0x07BDC6) is known color: Iris Blue. HEX triplet: 07, BD and C6. RGB value is (7,189,198). Sum of RGB (Red+Green+Blue) = 7+189+198=394 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #07BDC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BDC6 is #F84239. Grayscale: #878787. Windows color (decimal): -16269882 or 13024519. OLE color: 13024519.

HSL color Cylindrical-coordinate representation of color #07BDC6: hue angle of 182.83º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BDC6 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 189 198 -
CMYK 0.96 0.05 0 0.22
HSL 182.83º 0.93% 0.4% -
HSV(B) 182.83º 0.96% 0.78% -
XYZ 28.48 40.52 59.75 -
YUV 135.61 163.2 36.27 -
System Red Green Blue C M Y K H S L
Decimal 7 189 198 0.96 0.05 0 0.22 182.83 0.93 0.4
Hex 7 BD C6 60 5 0 16 B7 5D 28
Octal 7 275 306 140 5 0 26 267 135 50
Binary 111 10111101 11000110 1100000 101 0 10110 10110111 1011101 101000

Color Harmonies of #07BDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BDC6

Black with #07BDC6

Text Example


Text Example

White with #07BDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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