Html Css Color HEX #2AAFF6 Summer Sky

📋 copy color: '#2AAFF6'

red 42 ◦ green 175 ◦ blue 246

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

Shades of Summer Sky #2AAFF6

Tints of Summer Sky #2AAFF6

RGB

 RED value IS 42 (16.8% from 255) = 9.07%

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

 BLUE value IS 246 (96.48% from 255) = 53.13%

R = 9.07%
G = 37.8%
B = 53.13%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2AAFF6 (or 0x2AAFF6) is known color: Summer Sky. HEX triplet: 2A, AF and F6. RGB value is (42,175,246). Sum of RGB (Red+Green+Blue) = 42+175+246=463 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.07% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #2AAFF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AAFF6 is #D55009. Grayscale: #8E8E8E. Windows color (decimal): -13979658 or 16166698. OLE color: 16166698.

HSL color Cylindrical-coordinate representation of color #2AAFF6: hue angle of 200.88º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AAFF6 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 42 175 246 -
CMYK 0.83 0.29 0 0.04
HSL 200.88º 0.92% 0.56% -
HSV(B) 200.88º 0.83% 0.96% -
XYZ 32.92 37.81 92.75 -
YUV 143.33 185.94 55.73 -
System Red Green Blue C M Y K H S L
Decimal 42 175 246 0.83 0.29 0 0.04 200.88 0.92 0.56
Hex 2A AF F6 53 1D 0 4 C9 5C 38
Octal 52 257 366 123 35 0 4 311 134 70
Binary 101010 10101111 11110110 1010011 11101 0 100 11001001 1011100 111000

Color Harmonies of #2AAFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAFF6

Black with #2AAFF6

Text Example


Text Example

White with #2AAFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AAFF6; }

 p { color: rgb(42,175,246); }

 H1.HeaderClassName
 {
   color: #2AAFF6;
 }
 .AnyTagClassName
 {
   color: #2AAFF6;
 }
</style>

background-color css

<style>
 a { background-color: #2AAFF6; }

 a { background-color: rgb(42,175,246); }

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

border-color css

<style>
 span { border-color: #2AAFF6; }

 span { border-color: rgb(42,175,246); }

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