Html Css Color HEX #2FAAFA Summer Sky

📋 copy color: '#2FAAFA'

red 47 ◦ green 170 ◦ blue 250

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

Shades of Summer Sky #2FAAFA

Tints of Summer Sky #2FAAFA

RGB

 RED value IS 47 (18.75% from 255) = 10.06%

 GREEN value IS 170 (66.8% from 255) = 36.4%

 BLUE value IS 250 (98.05% from 255) = 53.53%

R = 10.06%
G = 36.4%
B = 53.53%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2FAAFA (or 0x2FAAFA) is known color: Summer Sky. HEX triplet: 2F, AA and FA. RGB value is (47,170,250). Sum of RGB (Red+Green+Blue) = 47+170+250=467 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.06% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FAAFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAAFA is #D05505. Grayscale: #8D8D8D. Windows color (decimal): -13653254 or 16427567. OLE color: 16427567.

HSL color Cylindrical-coordinate representation of color #2FAAFA: hue angle of 203.65º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FAAFA is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 170 250 -
CMYK 0.81 0.32 0 0.02
HSL 203.65º 0.95% 0.58% -
HSV(B) 203.65º 0.81% 0.98% -
XYZ 32.8 36.26 95.71 -
YUV 142.34 188.75 60 -
System Red Green Blue C M Y K H S L
Decimal 47 170 250 0.81 0.32 0 0.02 203.65 0.95 0.58
Hex 2F AA FA 51 20 0 2 CC 5F 3A
Octal 57 252 372 121 40 0 2 314 137 72
Binary 101111 10101010 11111010 1010001 100000 0 10 11001100 1011111 111010

Color Harmonies of #2FAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAAFA

Black with #2FAAFA

Text Example


Text Example

White with #2FAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,170,250); }

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

background-color css

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

 a { background-color: rgb(47,170,250); }

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

border-color css

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

 span { border-color: rgb(47,170,250); }

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