Html Css Color HEX #05B4CC Iris Blue

📋 copy color: '#05B4CC'

red 5 ◦ green 180 ◦ blue 204

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

Shades of Iris Blue #05B4CC

Tints of Iris Blue #05B4CC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.27%

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

R = 1.29%
G = 46.27%
B = 52.44%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#05B4CC (or 0x05B4CC) is known color: Iris Blue. HEX triplet: 05, B4 and CC. RGB value is (5,180,204). Sum of RGB (Red+Green+Blue) = 5+180+204=389 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #05B4CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B4CC is #FA4B33. Grayscale: #828282. Windows color (decimal): -16403252 or 13415429. OLE color: 13415429.

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

Color convert

RGB 5 180 204 -
CMYK 0.98 0.12 0 0.2
HSL 187.24º 0.95% 0.41% -
HSV(B) 187.24º 0.98% 0.8% -
XYZ 27.28 37.03 62.84 -
YUV 130.41 169.52 38.55 -
System Red Green Blue C M Y K H S L
Decimal 5 180 204 0.98 0.12 0 0.2 187.24 0.95 0.41
Hex 5 B4 CC 62 C 0 14 BB 5F 29
Octal 5 264 314 142 14 0 24 273 137 51
Binary 101 10110100 11001100 1100010 1100 0 10100 10111011 1011111 101001

Color Harmonies of #05B4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B4CC

Black with #05B4CC

Text Example


Text Example

White with #05B4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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