Html Css Color HEX #06B9CA Iris Blue

📋 copy color: '#06B9CA'

red 6 ◦ green 185 ◦ blue 202

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

Shades of Iris Blue #06B9CA

Tints of Iris Blue #06B9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.07%

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

R = 1.53%
G = 47.07%
B = 51.4%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#06B9CA (or 0x06B9CA) is known color: Iris Blue. HEX triplet: 06, B9 and CA. RGB value is (6,185,202). Sum of RGB (Red+Green+Blue) = 6+185+202=393 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #06B9CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B9CA is #F94635. Grayscale: #858585. Windows color (decimal): -16336438 or 13285638. OLE color: 13285638.

HSL color Cylindrical-coordinate representation of color #06B9CA: hue angle of 185.2º 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 #06B9CA is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 6 185 202 -
CMYK 0.97 0.08 0 0.21
HSL 185.2º 0.94% 0.41% -
HSV(B) 185.2º 0.97% 0.79% -
XYZ 28.08 39 61.92 -
YUV 133.42 166.7 37.12 -
System Red Green Blue C M Y K H S L
Decimal 6 185 202 0.97 0.08 0 0.21 185.2 0.94 0.41
Hex 6 B9 CA 61 8 0 15 B9 5E 29
Octal 6 271 312 141 10 0 25 271 136 51
Binary 110 10111001 11001010 1100001 1000 0 10101 10111001 1011110 101001

Color Harmonies of #06B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B9CA

Black with #06B9CA

Text Example


Text Example

White with #06B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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