Html Css Color HEX #05B9C9 Iris Blue

📋 copy color: '#05B9C9'

red 5 ◦ green 185 ◦ blue 201

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

Shades of Iris Blue #05B9C9

Tints of Iris Blue #05B9C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.41%

R = 1.28%
G = 47.31%
B = 51.41%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#05B9C9 (or 0x05B9C9) is known color: Iris Blue. HEX triplet: 05, B9 and C9. RGB value is (5,185,201). Sum of RGB (Red+Green+Blue) = 5+185+201=391 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #05B9C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B9C9 is #FA4636. Grayscale: #848484. Windows color (decimal): -16401975 or 13220101. OLE color: 13220101.

HSL color Cylindrical-coordinate representation of color #05B9C9: hue angle of 184.9º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B9C9 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 185 201 -
CMYK 0.98 0.08 0 0.21
HSL 184.9º 0.95% 0.4% -
HSV(B) 184.9º 0.98% 0.79% -
XYZ 27.95 38.95 61.3 -
YUV 133 166.37 36.7 -
System Red Green Blue C M Y K H S L
Decimal 5 185 201 0.98 0.08 0 0.21 184.9 0.95 0.4
Hex 5 B9 C9 62 8 0 15 B9 5F 28
Octal 5 271 311 142 10 0 25 271 137 50
Binary 101 10111001 11001001 1100010 1000 0 10101 10111001 1011111 101000

Color Harmonies of #05B9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B9C9

Black with #05B9C9

Text Example


Text Example

White with #05B9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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