Html Css Color HEX #2FAFDB Summer Sky

📋 copy color: '#2FAFDB'

red 47 ◦ green 175 ◦ blue 219

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

Shades of Summer Sky #2FAFDB

Tints of Summer Sky #2FAFDB

RGB

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

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

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

R = 10.66%
G = 39.68%
B = 49.66%

CMYK

 C value IS 0.79

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2FAFDB (or 0x2FAFDB) is known color: Summer Sky. HEX triplet: 2F, AF and DB. RGB value is (47,175,219). Sum of RGB (Red+Green+Blue) = 47+175+219=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FAFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAFDB is #D05024. Grayscale: #8D8D8D. Windows color (decimal): -13652005 or 14397231. OLE color: 14397231.

HSL color Cylindrical-coordinate representation of color #2FAFDB: hue angle of 195.35º 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 #2FAFDB is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 175 219 -
CMYK 0.79 0.20 0 0.14
HSL 195.35º 0.7% 0.52% -
HSV(B) 195.35º 0.79% 0.86% -
XYZ 29.29 36.38 72.5 -
YUV 141.74 171.59 60.42 -
System Red Green Blue C M Y K H S L
Decimal 47 175 219 0.79 0.20 0 0.14 195.35 0.7 0.52
Hex 2F AF DB 4F 14 0 E C3 46 34
Octal 57 257 333 117 24 0 16 303 106 64
Binary 101111 10101111 11011011 1001111 10100 0 1110 11000011 1000110 110100

Color Harmonies of #2FAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAFDB

Black with #2FAFDB

Text Example


Text Example

White with #2FAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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