Html Css Color HEX #06AFE3 Iris Blue

📋 copy color: '#06AFE3'

red 6 ◦ green 175 ◦ blue 227

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

Shades of Iris Blue #06AFE3

Tints of Iris Blue #06AFE3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.89%

 BLUE value IS 227 (89.06% from 255) = 55.64%

R = 1.47%
G = 42.89%
B = 55.64%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#06AFE3 (or 0x06AFE3) is known color: Iris Blue. HEX triplet: 06, AF and E3. RGB value is (6,175,227). Sum of RGB (Red+Green+Blue) = 6+175+227=408 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 227 (89.06% from 255 or 55.64% from 408); Max value from RGB is 227 - color contains mainly: blue. Hex color #06AFE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AFE3 is #F9501C. Grayscale: #828282. Windows color (decimal): -16338973 or 14921478. OLE color: 14921478.

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

Color convert

RGB 6 175 227 -
CMYK 0.97 0.23 0 0.11
HSL 194.12º 0.95% 0.46% -
HSV(B) 194.12º 0.97% 0.89% -
XYZ 29.27 36.24 78.13 -
YUV 130.4 182.51 39.27 -
System Red Green Blue C M Y K H S L
Decimal 6 175 227 0.97 0.23 0 0.11 194.12 0.95 0.46
Hex 6 AF E3 61 17 0 B C2 5F 2E
Octal 6 257 343 141 27 0 13 302 137 56
Binary 110 10101111 11100011 1100001 10111 0 1011 11000010 1011111 101110

Color Harmonies of #06AFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AFE3

Black with #06AFE3

Text Example


Text Example

White with #06AFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,175,227); }

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

background-color css

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

 a { background-color: rgb(6,175,227); }

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

border-color css

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

 span { border-color: rgb(6,175,227); }

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