Html Css Color HEX #2FA0DB Summer Sky

📋 copy color: '#2FA0DB'

red 47 ◦ green 160 ◦ blue 219

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

Shades of Summer Sky #2FA0DB

Tints of Summer Sky #2FA0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.56%

 BLUE value IS 219 (85.94% from 255) = 51.41%

R = 11.03%
G = 37.56%
B = 51.41%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2FA0DB (or 0x2FA0DB) is known color: Summer Sky. HEX triplet: 2F, A0 and DB. RGB value is (47,160,219). Sum of RGB (Red+Green+Blue) = 47+160+219=426 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.03% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FA0DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA0DB is #D05F24. Grayscale: #848484. Windows color (decimal): -13655845 or 14393391. OLE color: 14393391.

HSL color Cylindrical-coordinate representation of color #2FA0DB: hue angle of 200.58º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FA0DB is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 160 219 -
CMYK 0.79 0.27 0 0.14
HSL 200.58º 0.7% 0.52% -
HSV(B) 200.58º 0.79% 0.86% -
XYZ 26.53 30.86 71.58 -
YUV 132.94 176.56 66.7 -
System Red Green Blue C M Y K H S L
Decimal 47 160 219 0.79 0.27 0 0.14 200.58 0.7 0.52
Hex 2F A0 DB 4F 1B 0 E C9 46 34
Octal 57 240 333 117 33 0 16 311 106 64
Binary 101111 10100000 11011011 1001111 11011 0 1110 11001001 1000110 110100

Color Harmonies of #2FA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA0DB

Black with #2FA0DB

Text Example


Text Example

White with #2FA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,160,219); }

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

background-color css

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

 a { background-color: rgb(47,160,219); }

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

border-color css

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

 span { border-color: rgb(47,160,219); }

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