Html Css Color HEX #05BAD1 Iris Blue

📋 copy color: '#05BAD1'

red 5 ◦ green 186 ◦ blue 209

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

Shades of Iris Blue #05BAD1

Tints of Iris Blue #05BAD1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.5%

 BLUE value IS 209 (82.03% from 255) = 52.25%

R = 1.25%
G = 46.5%
B = 52.25%

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

#05BAD1 (or 0x05BAD1) is known color: Iris Blue. HEX triplet: 05, BA and D1. RGB value is (5,186,209). Sum of RGB (Red+Green+Blue) = 5+186+209=400 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #05BAD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BAD1 is #FA452E. Grayscale: #868686. Windows color (decimal): -16401711 or 13744645. OLE color: 13744645.

HSL color Cylindrical-coordinate representation of color #05BAD1: hue angle of 186.76º 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 #05BAD1 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 186 209 -
CMYK 0.98 0.11 0 0.18
HSL 186.76º 0.95% 0.42% -
HSV(B) 186.76º 0.98% 0.82% -
XYZ 29.13 39.75 66.46 -
YUV 134.5 170.03 35.63 -
System Red Green Blue C M Y K H S L
Decimal 5 186 209 0.98 0.11 0 0.18 186.76 0.95 0.42
Hex 5 BA D1 62 B 0 12 BB 5F 2A
Octal 5 272 321 142 13 0 22 273 137 52
Binary 101 10111010 11010001 1100010 1011 0 10010 10111011 1011111 101010

Color Harmonies of #05BAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BAD1

Black with #05BAD1

Text Example


Text Example

White with #05BAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,186,209); }

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

background-color css

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

 a { background-color: rgb(5,186,209); }

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

border-color css

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

 span { border-color: rgb(5,186,209); }

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