Html Css Color HEX #05B7DC Iris Blue

📋 copy color: '#05B7DC'

red 5 ◦ green 183 ◦ blue 220

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

Shades of Iris Blue #05B7DC

Tints of Iris Blue #05B7DC

RGB

 RED value IS 5 (2.34% from 255) = 1.23%

 GREEN value IS 183 (71.88% from 255) = 44.85%

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

R = 1.23%
G = 44.85%
B = 53.92%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#05B7DC (or 0x05B7DC) is known color: Iris Blue. HEX triplet: 05, B7 and DC. RGB value is (5,183,220). Sum of RGB (Red+Green+Blue) = 5+183+220=408 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #05B7DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B7DC is #FA4823. Grayscale: #858585. Windows color (decimal): -16402468 or 14464773. OLE color: 14464773.

HSL color Cylindrical-coordinate representation of color #05B7DC: hue angle of 190.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B7DC is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 183 220 -
CMYK 0.98 0.17 0 0.14
HSL 190.33º 0.96% 0.44% -
HSV(B) 190.33º 0.98% 0.86% -
XYZ 29.91 39.07 73.67 -
YUV 134 176.53 35.99 -
System Red Green Blue C M Y K H S L
Decimal 5 183 220 0.98 0.17 0 0.14 190.33 0.96 0.44
Hex 5 B7 DC 62 11 0 E BE 60 2C
Octal 5 267 334 142 21 0 16 276 140 54
Binary 101 10110111 11011100 1100010 10001 0 1110 10111110 1100000 101100

Color Harmonies of #05B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B7DC

Black with #05B7DC

Text Example


Text Example

White with #05B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05B7DC; }

 p { color: rgb(5,183,220); }

 H1.HeaderClassName
 {
   color: #05B7DC;
 }
 .AnyTagClassName
 {
   color: #05B7DC;
 }
</style>

background-color css

<style>
 a { background-color: #05B7DC; }

 a { background-color: rgb(5,183,220); }

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

border-color css

<style>
 span { border-color: #05B7DC; }

 span { border-color: rgb(5,183,220); }

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