Html Css Color HEX #2FA1DD Summer Sky

📋 copy color: '#2FA1DD'

red 47 ◦ green 161 ◦ blue 221

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

Shades of Summer Sky #2FA1DD

Tints of Summer Sky #2FA1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.53%

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 10.96%
G = 37.53%
B = 51.52%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2FA1DD (or 0x2FA1DD) is known color: Summer Sky. HEX triplet: 2F, A1 and DD. RGB value is (47,161,221). Sum of RGB (Red+Green+Blue) = 47+161+221=429 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.96% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FA1DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA1DD is #D05E22. Grayscale: #858585. Windows color (decimal): -13655587 or 14524719. OLE color: 14524719.

HSL color Cylindrical-coordinate representation of color #2FA1DD: hue angle of 200.69º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FA1DD is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 161 221 -
CMYK 0.79 0.27 0 0.13
HSL 200.69º 0.72% 0.53% -
HSV(B) 200.69º 0.79% 0.87% -
XYZ 26.97 31.31 73.03 -
YUV 133.75 177.23 66.12 -
System Red Green Blue C M Y K H S L
Decimal 47 161 221 0.79 0.27 0 0.13 200.69 0.72 0.53
Hex 2F A1 DD 4F 1B 0 D C9 48 35
Octal 57 241 335 117 33 0 15 311 110 65
Binary 101111 10100001 11011101 1001111 11011 0 1101 11001001 1001000 110101

Color Harmonies of #2FA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA1DD

Black with #2FA1DD

Text Example


Text Example

White with #2FA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,161,221); }

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

background-color css

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

 a { background-color: rgb(47,161,221); }

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

border-color css

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

 span { border-color: rgb(47,161,221); }

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