Html Css Color HEX #05BAE2 Iris Blue

📋 copy color: '#05BAE2'

red 5 ◦ green 186 ◦ blue 226

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

Shades of Iris Blue #05BAE2

Tints of Iris Blue #05BAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 54.2%

R = 1.2%
G = 44.6%
B = 54.2%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#05BAE2 (or 0x05BAE2) is known color: Iris Blue. HEX triplet: 05, BA and E2. RGB value is (5,186,226). Sum of RGB (Red+Green+Blue) = 5+186+226=417 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 226 (88.67% from 255 or 54.20% from 417); Max value from RGB is 226 - color contains mainly: blue. Hex color #05BAE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BAE2 is #FA451D. Grayscale: #888888. Windows color (decimal): -16401694 or 14858757. OLE color: 14858757.

HSL color Cylindrical-coordinate representation of color #05BAE2: hue angle of 190.86º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BAE2 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 5 186 226 -
CMYK 0.98 0.18 0 0.11
HSL 190.86º 0.96% 0.45% -
HSV(B) 190.86º 0.98% 0.89% -
XYZ 31.35 40.64 78.14 -
YUV 136.44 178.53 34.25 -
System Red Green Blue C M Y K H S L
Decimal 5 186 226 0.98 0.18 0 0.11 190.86 0.96 0.45
Hex 5 BA E2 62 12 0 B BF 60 2D
Octal 5 272 342 142 22 0 13 277 140 55
Binary 101 10111010 11100010 1100010 10010 0 1011 10111111 1100000 101101

Color Harmonies of #05BAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BAE2

Black with #05BAE2

Text Example


Text Example

White with #05BAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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