Html Css Color HEX #05B7D5 Iris Blue

📋 copy color: '#05B7D5'

red 5 ◦ green 183 ◦ blue 213

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

Shades of Iris Blue #05B7D5

Tints of Iris Blue #05B7D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.12%

R = 1.25%
G = 45.64%
B = 53.12%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#05B7D5 (or 0x05B7D5) is known color: Iris Blue. HEX triplet: 05, B7 and D5. RGB value is (5,183,213). Sum of RGB (Red+Green+Blue) = 5+183+213=401 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #05B7D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B7D5 is #FA482A. Grayscale: #848484. Windows color (decimal): -16402475 or 14006021. OLE color: 14006021.

HSL color Cylindrical-coordinate representation of color #05B7D5: hue angle of 188.65º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B7D5 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 5 183 213 -
CMYK 0.98 0.14 0 0.16
HSL 188.65º 0.95% 0.43% -
HSV(B) 188.65º 0.98% 0.84% -
XYZ 29.01 38.7 68.89 -
YUV 133.2 173.03 36.56 -
System Red Green Blue C M Y K H S L
Decimal 5 183 213 0.98 0.14 0 0.16 188.65 0.95 0.43
Hex 5 B7 D5 62 E 0 10 BD 5F 2B
Octal 5 267 325 142 16 0 20 275 137 53
Binary 101 10110111 11010101 1100010 1110 0 10000 10111101 1011111 101011

Color Harmonies of #05B7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B7D5

Black with #05B7D5

Text Example


Text Example

White with #05B7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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