Html Css Color HEX #05C0CA Iris Blue

📋 copy color: '#05C0CA'

red 5 ◦ green 192 ◦ blue 202

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

Shades of Iris Blue #05C0CA

Tints of Iris Blue #05C0CA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.12%

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 1.25%
G = 48.12%
B = 50.63%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#05C0CA (or 0x05C0CA) is known color: Iris Blue. HEX triplet: 05, C0 and CA. RGB value is (5,192,202). Sum of RGB (Red+Green+Blue) = 5+192+202=399 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #05C0CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C0CA is #FA3F35. Grayscale: #898989. Windows color (decimal): -16400182 or 13287429. OLE color: 13287429.

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

Color convert

RGB 5 192 202 -
CMYK 0.98 0.05 0 0.21
HSL 183.05º 0.95% 0.41% -
HSV(B) 183.05º 0.98% 0.79% -
XYZ 29.57 42 62.42 -
YUV 137.23 164.55 33.69 -
System Red Green Blue C M Y K H S L
Decimal 5 192 202 0.98 0.05 0 0.21 183.05 0.95 0.41
Hex 5 C0 CA 62 5 0 15 B7 5F 29
Octal 5 300 312 142 5 0 25 267 137 51
Binary 101 11000000 11001010 1100010 101 0 10101 10110111 1011111 101001

Color Harmonies of #05C0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C0CA

Black with #05C0CA

Text Example


Text Example

White with #05C0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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