Html Css Color HEX #05B9CA Iris Blue

📋 copy color: '#05B9CA'

red 5 ◦ green 185 ◦ blue 202

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

Shades of Iris Blue #05B9CA

Tints of Iris Blue #05B9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.53%

R = 1.28%
G = 47.19%
B = 51.53%

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

#05B9CA (or 0x05B9CA) is known color: Iris Blue. HEX triplet: 05, B9 and CA. RGB value is (5,185,202). Sum of RGB (Red+Green+Blue) = 5+185+202=392 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #05B9CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B9CA is #FA4635. Grayscale: #848484. Windows color (decimal): -16401974 or 13285637. OLE color: 13285637.

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

Color convert

RGB 5 185 202 -
CMYK 0.98 0.08 0 0.21
HSL 185.18º 0.95% 0.41% -
HSV(B) 185.18º 0.98% 0.79% -
XYZ 28.07 38.99 61.92 -
YUV 133.12 166.87 36.62 -
System Red Green Blue C M Y K H S L
Decimal 5 185 202 0.98 0.08 0 0.21 185.18 0.95 0.41
Hex 5 B9 CA 62 8 0 15 B9 5F 29
Octal 5 271 312 142 10 0 25 271 137 51
Binary 101 10111001 11001010 1100010 1000 0 10101 10111001 1011111 101001

Color Harmonies of #05B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B9CA

Black with #05B9CA

Text Example


Text Example

White with #05B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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