Html Css Color HEX #2FB2EF Summer Sky

📋 copy color: '#2FB2EF'

red 47 ◦ green 178 ◦ blue 239

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

Shades of Summer Sky #2FB2EF

Tints of Summer Sky #2FB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.36%

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 10.13%
G = 38.36%
B = 51.51%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2FB2EF (or 0x2FB2EF) is known color: Summer Sky. HEX triplet: 2F, B2 and EF. RGB value is (47,178,239). Sum of RGB (Red+Green+Blue) = 47+178+239=464 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.13% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #2FB2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FB2EF is #D04D10. Grayscale: #919191. Windows color (decimal): -13651217 or 15708719. OLE color: 15708719.

HSL color Cylindrical-coordinate representation of color #2FB2EF: hue angle of 199.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FB2EF is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 178 239 -
CMYK 0.80 0.26 0 0.06
HSL 199.06º 0.86% 0.56% -
HSV(B) 199.06º 0.8% 0.94% -
XYZ 32.67 38.68 87.4 -
YUV 145.79 180.6 57.54 -
System Red Green Blue C M Y K H S L
Decimal 47 178 239 0.80 0.26 0 0.06 199.06 0.86 0.56
Hex 2F B2 EF 50 1A 0 6 C7 56 38
Octal 57 262 357 120 32 0 6 307 126 70
Binary 101111 10110010 11101111 1010000 11010 0 110 11000111 1010110 111000

Color Harmonies of #2FB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB2EF

Black with #2FB2EF

Text Example


Text Example

White with #2FB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,178,239); }

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

background-color css

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

 a { background-color: rgb(47,178,239); }

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

border-color css

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

 span { border-color: rgb(47,178,239); }

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