Html Css Color HEX #05BAC0 Iris Blue

📋 copy color: '#05BAC0'

red 5 ◦ green 186 ◦ blue 192

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

Shades of Iris Blue #05BAC0

Tints of Iris Blue #05BAC0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.56%

 BLUE value IS 192 (75.39% from 255) = 50.13%

R = 1.31%
G = 48.56%
B = 50.13%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#05BAC0 (or 0x05BAC0) is known color: Iris Blue. HEX triplet: 05, BA and C0. RGB value is (5,186,192). Sum of RGB (Red+Green+Blue) = 5+186+192=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #05BAC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BAC0 is #FA453F. Grayscale: #848484. Windows color (decimal): -16401728 or 12630533. OLE color: 12630533.

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

Color convert

RGB 5 186 192 -
CMYK 0.97 0.03 0 0.25
HSL 181.93º 0.95% 0.39% -
HSV(B) 181.93º 0.97% 0.75% -
XYZ 27.14 38.96 55.96 -
YUV 132.57 161.53 37.01 -
System Red Green Blue C M Y K H S L
Decimal 5 186 192 0.97 0.03 0 0.25 181.93 0.95 0.39
Hex 5 BA C0 61 3 0 19 B6 5F 27
Octal 5 272 300 141 3 0 31 266 137 47
Binary 101 10111010 11000000 1100001 11 0 11001 10110110 1011111 100111

Color Harmonies of #05BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BAC0

Black with #05BAC0

Text Example


Text Example

White with #05BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,186,192); }

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

background-color css

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

 a { background-color: rgb(5,186,192); }

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

border-color css

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

 span { border-color: rgb(5,186,192); }

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