Html Css Color HEX #2FB6DB Summer Sky

📋 copy color: '#2FB6DB'

red 47 ◦ green 182 ◦ blue 219

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

Shades of Summer Sky #2FB6DB

Tints of Summer Sky #2FB6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.63%

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

R = 10.49%
G = 40.63%
B = 48.88%

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

#2FB6DB (or 0x2FB6DB) is known color: Summer Sky. HEX triplet: 2F, B6 and DB. RGB value is (47,182,219). Sum of RGB (Red+Green+Blue) = 47+182+219=448 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.49% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FB6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB6DB is #D04924. Grayscale: #919191. Windows color (decimal): -13650213 or 14399023. OLE color: 14399023.

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

Color convert

RGB 47 182 219 -
CMYK 0.79 0.17 0 0.14
HSL 192.91º 0.7% 0.52% -
HSV(B) 192.91º 0.79% 0.86% -
XYZ 30.69 39.17 72.96 -
YUV 145.85 169.27 57.49 -
System Red Green Blue C M Y K H S L
Decimal 47 182 219 0.79 0.17 0 0.14 192.91 0.7 0.52
Hex 2F B6 DB 4F 11 0 E C1 46 34
Octal 57 266 333 117 21 0 16 301 106 64
Binary 101111 10110110 11011011 1001111 10001 0 1110 11000001 1000110 110100

Color Harmonies of #2FB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB6DB

Black with #2FB6DB

Text Example


Text Example

White with #2FB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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