Html Css Color HEX #2FBEFC Summer Sky

📋 copy color: '#2FBEFC'

red 47 ◦ green 190 ◦ blue 252

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

Shades of Summer Sky #2FBEFC

Tints of Summer Sky #2FBEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.85%

 BLUE value IS 252 (98.83% from 255) = 51.53%

R = 9.61%
G = 38.85%
B = 51.53%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2FBEFC (or 0x2FBEFC) is known color: Summer Sky. HEX triplet: 2F, BE and FC. RGB value is (47,190,252). Sum of RGB (Red+Green+Blue) = 47+190+252=489 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.61% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FBEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBEFC is #D04103. Grayscale: #999999. Windows color (decimal): -13648132 or 16563759. OLE color: 16563759.

HSL color Cylindrical-coordinate representation of color #2FBEFC: hue angle of 198.15º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FBEFC is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 190 252 -
CMYK 0.81 0.25 0 0.01
HSL 198.15º 0.97% 0.59% -
HSV(B) 198.15º 0.81% 0.99% -
XYZ 37.16 44.46 98.72 -
YUV 154.31 183.12 51.46 -
System Red Green Blue C M Y K H S L
Decimal 47 190 252 0.81 0.25 0 0.01 198.15 0.97 0.59
Hex 2F BE FC 51 19 0 1 C6 61 3B
Octal 57 276 374 121 31 0 1 306 141 73
Binary 101111 10111110 11111100 1010001 11001 0 1 11000110 1100001 111011

Color Harmonies of #2FBEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBEFC

Black with #2FBEFC

Text Example


Text Example

White with #2FBEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,190,252); }

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

background-color css

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

 a { background-color: rgb(47,190,252); }

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

border-color css

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

 span { border-color: rgb(47,190,252); }

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