Html Css Color HEX #05B9D0 Iris Blue

📋 copy color: '#05B9D0'

red 5 ◦ green 185 ◦ blue 208

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

Shades of Iris Blue #05B9D0

Tints of Iris Blue #05B9D0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.48%

 BLUE value IS 208 (81.64% from 255) = 52.26%

R = 1.26%
G = 46.48%
B = 52.26%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#05B9D0 (or 0x05B9D0) is known color: Iris Blue. HEX triplet: 05, B9 and D0. RGB value is (5,185,208). Sum of RGB (Red+Green+Blue) = 5+185+208=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #05B9D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B9D0 is #FA462F. Grayscale: #858585. Windows color (decimal): -16401968 or 13678853. OLE color: 13678853.

HSL color Cylindrical-coordinate representation of color #05B9D0: hue angle of 186.8º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B9D0 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 185 208 -
CMYK 0.98 0.11 0 0.18
HSL 186.8º 0.95% 0.42% -
HSV(B) 186.8º 0.98% 0.82% -
XYZ 28.8 39.28 65.74 -
YUV 133.8 169.87 36.13 -
System Red Green Blue C M Y K H S L
Decimal 5 185 208 0.98 0.11 0 0.18 186.8 0.95 0.42
Hex 5 B9 D0 62 B 0 12 BB 5F 2A
Octal 5 271 320 142 13 0 22 273 137 52
Binary 101 10111001 11010000 1100010 1011 0 10010 10111011 1011111 101010

Color Harmonies of #05B9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B9D0

Black with #05B9D0

Text Example


Text Example

White with #05B9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,185,208); }

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

background-color css

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

 a { background-color: rgb(5,185,208); }

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

border-color css

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

 span { border-color: rgb(5,185,208); }

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