Html Css Color HEX #05B8DF Iris Blue

📋 copy color: '#05B8DF'

red 5 ◦ green 184 ◦ blue 223

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

Shades of Iris Blue #05B8DF

Tints of Iris Blue #05B8DF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.66%

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

R = 1.21%
G = 44.66%
B = 54.13%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#05B8DF (or 0x05B8DF) is known color: Iris Blue. HEX triplet: 05, B8 and DF. RGB value is (5,184,223). Sum of RGB (Red+Green+Blue) = 5+184+223=412 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #05B8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B8DF is #FA4720. Grayscale: #868686. Windows color (decimal): -16402209 or 14661637. OLE color: 14661637.

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

Color convert

RGB 5 184 223 -
CMYK 0.98 0.17 0 0.13
HSL 190.73º 0.96% 0.45% -
HSV(B) 190.73º 0.98% 0.87% -
XYZ 30.52 39.64 75.85 -
YUV 134.93 177.7 35.33 -
System Red Green Blue C M Y K H S L
Decimal 5 184 223 0.98 0.17 0 0.13 190.73 0.96 0.45
Hex 5 B8 DF 62 11 0 D BF 60 2D
Octal 5 270 337 142 21 0 15 277 140 55
Binary 101 10111000 11011111 1100010 10001 0 1101 10111111 1100000 101101

Color Harmonies of #05B8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B8DF

Black with #05B8DF

Text Example


Text Example

White with #05B8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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