Html Css Color HEX #05B1C2 Iris Blue

📋 copy color: '#05B1C2'

red 5 ◦ green 177 ◦ blue 194

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

Shades of Iris Blue #05B1C2

Tints of Iris Blue #05B1C2

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.07%

 BLUE value IS 194 (76.17% from 255) = 51.6%

R = 1.33%
G = 47.07%
B = 51.6%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#05B1C2 (or 0x05B1C2) is known color: Iris Blue. HEX triplet: 05, B1 and C2. RGB value is (5,177,194). Sum of RGB (Red+Green+Blue) = 5+177+194=376 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 194 (76.17% from 255 or 51.60% from 376); Max value from RGB is 194 - color contains mainly: blue. Hex color #05B1C2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05B1C2 is #FA4E3D. Grayscale: #7F7F7F. Windows color (decimal): -16404030 or 12759301. OLE color: 12759301.

HSL color Cylindrical-coordinate representation of color #05B1C2: hue angle of 185.4º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B1C2 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 177 194 -
CMYK 0.97 0.09 0 0.24
HSL 185.4º 0.95% 0.39% -
HSV(B) 185.4º 0.97% 0.76% -
XYZ 25.52 35.37 56.52 -
YUV 127.51 165.52 40.62 -
System Red Green Blue C M Y K H S L
Decimal 5 177 194 0.97 0.09 0 0.24 185.4 0.95 0.39
Hex 5 B1 C2 61 9 0 18 B9 5F 27
Octal 5 261 302 141 11 0 30 271 137 47
Binary 101 10110001 11000010 1100001 1001 0 11000 10111001 1011111 100111

Color Harmonies of #05B1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B1C2

Black with #05B1C2

Text Example


Text Example

White with #05B1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,177,194); }

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

background-color css

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

 a { background-color: rgb(5,177,194); }

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

border-color css

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

 span { border-color: rgb(5,177,194); }

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