Html Css Color HEX #2FCEFB Summer Sky

📋 copy color: '#2FCEFB'

red 47 ◦ green 206 ◦ blue 251

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

Shades of Summer Sky #2FCEFB

Tints of Summer Sky #2FCEFB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.87%

 BLUE value IS 251 (98.44% from 255) = 49.8%

R = 9.33%
G = 40.87%
B = 49.8%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2FCEFB (or 0x2FCEFB) is known color: Summer Sky. HEX triplet: 2F, CE and FB. RGB value is (47,206,251). Sum of RGB (Red+Green+Blue) = 47+206+251=504 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.33% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #2FCEFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCEFB is #D03104. Grayscale: #A3A3A3. Windows color (decimal): -13644037 or 16502319. OLE color: 16502319.

HSL color Cylindrical-coordinate representation of color #2FCEFB: hue angle of 193.24º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FCEFB is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 206 251 -
CMYK 0.81 0.18 0 0.02
HSL 193.24º 0.96% 0.58% -
HSV(B) 193.24º 0.81% 0.98% -
XYZ 40.66 51.71 99.11 -
YUV 163.59 177.32 44.84 -
System Red Green Blue C M Y K H S L
Decimal 47 206 251 0.81 0.18 0 0.02 193.24 0.96 0.58
Hex 2F CE FB 51 12 0 2 C1 60 3A
Octal 57 316 373 121 22 0 2 301 140 72
Binary 101111 11001110 11111011 1010001 10010 0 10 11000001 1100000 111010

Color Harmonies of #2FCEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCEFB

Black with #2FCEFB

Text Example


Text Example

White with #2FCEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,206,251); }

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

background-color css

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

 a { background-color: rgb(47,206,251); }

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

border-color css

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

 span { border-color: rgb(47,206,251); }

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