Html Css Color HEX #2FC6DB Summer Sky

📋 copy color: '#2FC6DB'

red 47 ◦ green 198 ◦ blue 219

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

Shades of Summer Sky #2FC6DB

Tints of Summer Sky #2FC6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.67%

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

R = 10.13%
G = 42.67%
B = 47.2%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2FC6DB (or 0x2FC6DB) is known color: Summer Sky. HEX triplet: 2F, C6 and DB. RGB value is (47,198,219). Sum of RGB (Red+Green+Blue) = 47+198+219=464 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.13% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FC6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC6DB is #D03924. Grayscale: #9B9B9B. Windows color (decimal): -13646117 or 14403119. OLE color: 14403119.

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

Color convert

RGB 47 198 219 -
CMYK 0.79 0.10 0 0.14
HSL 187.33º 0.7% 0.52% -
HSV(B) 187.33º 0.79% 0.86% -
XYZ 34.15 46.11 74.12 -
YUV 155.25 163.97 50.79 -
System Red Green Blue C M Y K H S L
Decimal 47 198 219 0.79 0.10 0 0.14 187.33 0.7 0.52
Hex 2F C6 DB 4F A 0 E BB 46 34
Octal 57 306 333 117 12 0 16 273 106 64
Binary 101111 11000110 11011011 1001111 1010 0 1110 10111011 1000110 110100

Color Harmonies of #2FC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC6DB

Black with #2FC6DB

Text Example


Text Example

White with #2FC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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