Html Css Color HEX #06B0CA Iris Blue

📋 copy color: '#06B0CA'

red 6 ◦ green 176 ◦ blue 202

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

Shades of Iris Blue #06B0CA

Tints of Iris Blue #06B0CA

RGB

 RED value IS 6 (2.73% from 255) = 1.56%

 GREEN value IS 176 (69.14% from 255) = 45.83%

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

R = 1.56%
G = 45.83%
B = 52.6%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#06B0CA (or 0x06B0CA) is known color: Iris Blue. HEX triplet: 06, B0 and CA. RGB value is (6,176,202). Sum of RGB (Red+Green+Blue) = 6+176+202=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #06B0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06B0CA is #F94F35. Grayscale: #7F7F7F. Windows color (decimal): -16338742 or 13283334. OLE color: 13283334.

HSL color Cylindrical-coordinate representation of color #06B0CA: hue angle of 187.96º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B0CA is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 6 176 202 -
CMYK 0.97 0.13 0 0.21
HSL 187.96º 0.94% 0.41% -
HSV(B) 187.96º 0.97% 0.79% -
XYZ 26.26 35.35 61.32 -
YUV 128.13 169.68 40.89 -
System Red Green Blue C M Y K H S L
Decimal 6 176 202 0.97 0.13 0 0.21 187.96 0.94 0.41
Hex 6 B0 CA 61 D 0 15 BC 5E 29
Octal 6 260 312 141 15 0 25 274 136 51
Binary 110 10110000 11001010 1100001 1101 0 10101 10111100 1011110 101001

Color Harmonies of #06B0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B0CA

Black with #06B0CA

Text Example


Text Example

White with #06B0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06B0CA; }

 p { color: rgb(6,176,202); }

 H1.HeaderClassName
 {
   color: #06B0CA;
 }
 .AnyTagClassName
 {
   color: #06B0CA;
 }
</style>

background-color css

<style>
 a { background-color: #06B0CA; }

 a { background-color: rgb(6,176,202); }

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

border-color css

<style>
 span { border-color: #06B0CA; }

 span { border-color: rgb(6,176,202); }

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