Html Css Color HEX #05BFCD Iris Blue

📋 copy color: '#05BFCD'

red 5 ◦ green 191 ◦ blue 205

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

Shades of Iris Blue #05BFCD

Tints of Iris Blue #05BFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 47.63%

 BLUE value IS 205 (80.47% from 255) = 51.12%

R = 1.25%
G = 47.63%
B = 51.12%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#05BFCD (or 0x05BFCD) is known color: Iris Blue. HEX triplet: 05, BF and CD. RGB value is (5,191,205). Sum of RGB (Red+Green+Blue) = 5+191+205=401 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #05BFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BFCD is #FA4032. Grayscale: #888888. Windows color (decimal): -16400435 or 13483781. OLE color: 13483781.

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

Color convert

RGB 5 191 205 -
CMYK 0.98 0.07 0 0.20
HSL 184.2º 0.95% 0.41% -
HSV(B) 184.2º 0.98% 0.8% -
XYZ 29.71 41.7 64.24 -
YUV 136.98 166.38 33.86 -
System Red Green Blue C M Y K H S L
Decimal 5 191 205 0.98 0.07 0 0.20 184.2 0.95 0.41
Hex 5 BF CD 62 7 0 14 B8 5F 29
Octal 5 277 315 142 7 0 24 270 137 51
Binary 101 10111111 11001101 1100010 111 0 10100 10111000 1011111 101001

Color Harmonies of #05BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BFCD

Black with #05BFCD

Text Example


Text Example

White with #05BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,191,205); }

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

background-color css

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

 a { background-color: rgb(5,191,205); }

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

border-color css

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

 span { border-color: rgb(5,191,205); }

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