Html Css Color HEX #2ABFF6 Summer Sky

📋 copy color: '#2ABFF6'

red 42 ◦ green 191 ◦ blue 246

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

Shades of Summer Sky #2ABFF6

Tints of Summer Sky #2ABFF6

RGB

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

 GREEN value IS 191 (75% from 255) = 39.87%

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

R = 8.77%
G = 39.87%
B = 51.36%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2ABFF6 (or 0x2ABFF6) is known color: Summer Sky. HEX triplet: 2A, BF and F6. RGB value is (42,191,246). Sum of RGB (Red+Green+Blue) = 42+191+246=479 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.77% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 246 (96.48% from 255 or 51.36% from 479); Max value from RGB is 246 - color contains mainly: blue. Hex color #2ABFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABFF6 is #D54009. Grayscale: #989898. Windows color (decimal): -13975562 or 16170794. OLE color: 16170794.

HSL color Cylindrical-coordinate representation of color #2ABFF6: hue angle of 196.18º 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 #2ABFF6 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 42 191 246 -
CMYK 0.83 0.22 0 0.04
HSL 196.18º 0.92% 0.56% -
HSV(B) 196.18º 0.83% 0.96% -
XYZ 36.22 44.41 93.85 -
YUV 152.72 180.64 49.03 -
System Red Green Blue C M Y K H S L
Decimal 42 191 246 0.83 0.22 0 0.04 196.18 0.92 0.56
Hex 2A BF F6 53 16 0 4 C4 5C 38
Octal 52 277 366 123 26 0 4 304 134 70
Binary 101010 10111111 11110110 1010011 10110 0 100 11000100 1011100 111000

Color Harmonies of #2ABFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABFF6

Black with #2ABFF6

Text Example


Text Example

White with #2ABFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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