Html Css Color HEX #05BBCC Iris Blue

📋 copy color: '#05BBCC'

red 5 ◦ green 187 ◦ blue 204

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

Shades of Iris Blue #05BBCC

Tints of Iris Blue #05BBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.22%

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 1.26%
G = 47.22%
B = 51.52%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#05BBCC (or 0x05BBCC) is known color: Iris Blue. HEX triplet: 05, BB and CC. RGB value is (5,187,204). Sum of RGB (Red+Green+Blue) = 5+187+204=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #05BBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BBCC is #FA4433. Grayscale: #868686. Windows color (decimal): -16401460 or 13417221. OLE color: 13417221.

HSL color Cylindrical-coordinate representation of color #05BBCC: hue angle of 185.13º 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 #05BBCC is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 187 204 -
CMYK 0.98 0.08 0 0.2
HSL 185.13º 0.95% 0.41% -
HSV(B) 185.13º 0.98% 0.8% -
XYZ 28.73 39.93 63.32 -
YUV 134.52 167.2 35.62 -
System Red Green Blue C M Y K H S L
Decimal 5 187 204 0.98 0.08 0 0.2 185.13 0.95 0.41
Hex 5 BB CC 62 8 0 14 B9 5F 29
Octal 5 273 314 142 10 0 24 271 137 51
Binary 101 10111011 11001100 1100010 1000 0 10100 10111001 1011111 101001

Color Harmonies of #05BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BBCC

Black with #05BBCC

Text Example


Text Example

White with #05BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,187,204); }

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

background-color css

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

 a { background-color: rgb(5,187,204); }

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

border-color css

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

 span { border-color: rgb(5,187,204); }

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