Html Css Color HEX #06ABDA Iris Blue

📋 copy color: '#06ABDA'

red 6 ◦ green 171 ◦ blue 218

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

Shades of Iris Blue #06ABDA

Tints of Iris Blue #06ABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.29%

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 1.52%
G = 43.29%
B = 55.19%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#06ABDA (or 0x06ABDA) is known color: Iris Blue. HEX triplet: 06, AB and DA. RGB value is (6,171,218). Sum of RGB (Red+Green+Blue) = 6+171+218=395 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #06ABDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ABDA is #F95425. Grayscale: #7E7E7E. Windows color (decimal): -16340006 or 14330630. OLE color: 14330630.

HSL color Cylindrical-coordinate representation of color #06ABDA: hue angle of 193.3º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ABDA is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 171 218 -
CMYK 0.97 0.22 0 0.15
HSL 193.3º 0.95% 0.44% -
HSV(B) 193.3º 0.97% 0.85% -
XYZ 27.29 34.23 71.5 -
YUV 127.02 179.34 41.68 -
System Red Green Blue C M Y K H S L
Decimal 6 171 218 0.97 0.22 0 0.15 193.3 0.95 0.44
Hex 6 AB DA 61 16 0 F C1 5F 2C
Octal 6 253 332 141 26 0 17 301 137 54
Binary 110 10101011 11011010 1100001 10110 0 1111 11000001 1011111 101100

Color Harmonies of #06ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ABDA

Black with #06ABDA

Text Example


Text Example

White with #06ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,171,218); }

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

background-color css

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

 a { background-color: rgb(6,171,218); }

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

border-color css

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

 span { border-color: rgb(6,171,218); }

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