Html Css Color HEX #2FC9EC Summer Sky

📋 copy color: '#2FC9EC'

red 47 ◦ green 201 ◦ blue 236

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

Shades of Summer Sky #2FC9EC

Tints of Summer Sky #2FC9EC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.53%

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 9.71%
G = 41.53%
B = 48.76%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2FC9EC (or 0x2FC9EC) is known color: Summer Sky. HEX triplet: 2F, C9 and EC. RGB value is (47,201,236). Sum of RGB (Red+Green+Blue) = 47+201+236=484 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.71% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FC9EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FC9EC is #D03613. Grayscale: #9E9E9E. Windows color (decimal): -13645332 or 15517999. OLE color: 15517999.

HSL color Cylindrical-coordinate representation of color #2FC9EC: hue angle of 191.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FC9EC is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 201 236 -
CMYK 0.80 0.15 0 0.07
HSL 191.11º 0.83% 0.55% -
HSV(B) 191.11º 0.8% 0.93% -
XYZ 37.2 48.43 86.74 -
YUV 158.94 171.48 48.15 -
System Red Green Blue C M Y K H S L
Decimal 47 201 236 0.80 0.15 0 0.07 191.11 0.83 0.55
Hex 2F C9 EC 50 F 0 7 BF 53 37
Octal 57 311 354 120 17 0 7 277 123 67
Binary 101111 11001001 11101100 1010000 1111 0 111 10111111 1010011 110111

Color Harmonies of #2FC9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC9EC

Black with #2FC9EC

Text Example


Text Example

White with #2FC9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,201,236); }

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

background-color css

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

 a { background-color: rgb(47,201,236); }

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

border-color css

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

 span { border-color: rgb(47,201,236); }

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