Html Css Color HEX #2FB5DB Summer Sky

📋 copy color: '#2FB5DB'

red 47 ◦ green 181 ◦ blue 219

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

Shades of Summer Sky #2FB5DB

Tints of Summer Sky #2FB5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.49%

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

R = 10.51%
G = 40.49%
B = 48.99%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2FB5DB (or 0x2FB5DB) is known color: Summer Sky. HEX triplet: 2F, B5 and DB. RGB value is (47,181,219). Sum of RGB (Red+Green+Blue) = 47+181+219=447 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.51% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FB5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB5DB is #D04A24. Grayscale: #909090. Windows color (decimal): -13650469 or 14398767. OLE color: 14398767.

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

Color convert

RGB 47 181 219 -
CMYK 0.79 0.17 0 0.14
HSL 193.26º 0.7% 0.52% -
HSV(B) 193.26º 0.79% 0.86% -
XYZ 30.48 38.77 72.89 -
YUV 145.27 169.61 57.91 -
System Red Green Blue C M Y K H S L
Decimal 47 181 219 0.79 0.17 0 0.14 193.26 0.7 0.52
Hex 2F B5 DB 4F 11 0 E C1 46 34
Octal 57 265 333 117 21 0 16 301 106 64
Binary 101111 10110101 11011011 1001111 10001 0 1110 11000001 1000110 110100

Color Harmonies of #2FB5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB5DB

Black with #2FB5DB

Text Example


Text Example

White with #2FB5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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