Html Css Color HEX #06ADE4 Iris Blue

📋 copy color: '#06ADE4'

red 6 ◦ green 173 ◦ blue 228

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

Shades of Iris Blue #06ADE4

Tints of Iris Blue #06ADE4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.51%

 BLUE value IS 228 (89.45% from 255) = 56.02%

R = 1.47%
G = 42.51%
B = 56.02%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#06ADE4 (or 0x06ADE4) is known color: Iris Blue. HEX triplet: 06, AD and E4. RGB value is (6,173,228). Sum of RGB (Red+Green+Blue) = 6+173+228=407 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 228 (89.45% from 255 or 56.02% from 407); Max value from RGB is 228 - color contains mainly: blue. Hex color #06ADE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ADE4 is #F9521B. Grayscale: #808080. Windows color (decimal): -16339484 or 14986502. OLE color: 14986502.

HSL color Cylindrical-coordinate representation of color #06ADE4: hue angle of 194.86º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ADE4 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 6 173 228 -
CMYK 0.97 0.24 0 0.11
HSL 194.86º 0.95% 0.46% -
HSV(B) 194.86º 0.97% 0.89% -
XYZ 29.02 35.53 78.73 -
YUV 129.34 183.67 40.03 -
System Red Green Blue C M Y K H S L
Decimal 6 173 228 0.97 0.24 0 0.11 194.86 0.95 0.46
Hex 6 AD E4 61 18 0 B C3 5F 2E
Octal 6 255 344 141 30 0 13 303 137 56
Binary 110 10101101 11100100 1100001 11000 0 1011 11000011 1011111 101110

Color Harmonies of #06ADE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ADE4

Black with #06ADE4

Text Example


Text Example

White with #06ADE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,173,228); }

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

background-color css

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

 a { background-color: rgb(6,173,228); }

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

border-color css

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

 span { border-color: rgb(6,173,228); }

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