Html Css Color HEX #05ADCF Iris Blue

📋 copy color: '#05ADCF'

red 5 ◦ green 173 ◦ blue 207

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

Shades of Iris Blue #05ADCF

Tints of Iris Blue #05ADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.94%

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 1.3%
G = 44.94%
B = 53.77%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#05ADCF (or 0x05ADCF) is known color: Iris Blue. HEX triplet: 05, AD and CF. RGB value is (5,173,207). Sum of RGB (Red+Green+Blue) = 5+173+207=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #05ADCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADCF is #FA5230. Grayscale: #7E7E7E. Windows color (decimal): -16405041 or 13610245. OLE color: 13610245.

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

Color convert

RGB 5 173 207 -
CMYK 0.98 0.16 0 0.19
HSL 190.1º 0.95% 0.42% -
HSV(B) 190.1º 0.98% 0.81% -
XYZ 26.27 34.42 64.29 -
YUV 126.64 173.34 41.24 -
System Red Green Blue C M Y K H S L
Decimal 5 173 207 0.98 0.16 0 0.19 190.1 0.95 0.42
Hex 5 AD CF 62 10 0 13 BE 5F 2A
Octal 5 255 317 142 20 0 23 276 137 52
Binary 101 10101101 11001111 1100010 10000 0 10011 10111110 1011111 101010

Color Harmonies of #05ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ADCF

Black with #05ADCF

Text Example


Text Example

White with #05ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,173,207); }

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

background-color css

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

 a { background-color: rgb(5,173,207); }

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

border-color css

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

 span { border-color: rgb(5,173,207); }

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