Html Css Color HEX #05B7DF Iris Blue

📋 copy color: '#05B7DF'

red 5 ◦ green 183 ◦ blue 223

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

Shades of Iris Blue #05B7DF

Tints of Iris Blue #05B7DF

RGB

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

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

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

R = 1.22%
G = 44.53%
B = 54.26%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#05B7DF (or 0x05B7DF) is known color: Iris Blue. HEX triplet: 05, B7 and DF. RGB value is (5,183,223). Sum of RGB (Red+Green+Blue) = 5+183+223=411 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #05B7DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B7DF is #FA4820. Grayscale: #868686. Windows color (decimal): -16402465 or 14661381. OLE color: 14661381.

HSL color Cylindrical-coordinate representation of color #05B7DF: hue angle of 191.01º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B7DF is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 183 223 -
CMYK 0.98 0.18 0 0.13
HSL 191.01º 0.96% 0.45% -
HSV(B) 191.01º 0.98% 0.87% -
XYZ 30.32 39.23 75.79 -
YUV 134.34 178.03 35.75 -
System Red Green Blue C M Y K H S L
Decimal 5 183 223 0.98 0.18 0 0.13 191.01 0.96 0.45
Hex 5 B7 DF 62 12 0 D BF 60 2D
Octal 5 267 337 142 22 0 15 277 140 55
Binary 101 10110111 11011111 1100010 10010 0 1101 10111111 1100000 101101

Color Harmonies of #05B7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B7DF

Black with #05B7DF

Text Example


Text Example

White with #05B7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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