Html Css Color HEX #2FBCDF Summer Sky

📋 copy color: '#2FBCDF'

red 47 ◦ green 188 ◦ blue 223

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

Shades of Summer Sky #2FBCDF

Tints of Summer Sky #2FBCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.05%

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 10.26%
G = 41.05%
B = 48.69%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2FBCDF (or 0x2FBCDF) is known color: Summer Sky. HEX triplet: 2F, BC and DF. RGB value is (47,188,223). Sum of RGB (Red+Green+Blue) = 47+188+223=458 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.26% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #2FBCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBCDF is #D04320. Grayscale: #959595. Windows color (decimal): -13648673 or 14662703. OLE color: 14662703.

HSL color Cylindrical-coordinate representation of color #2FBCDF: hue angle of 191.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FBCDF is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 188 223 -
CMYK 0.79 0.16 0 0.13
HSL 191.93º 0.73% 0.53% -
HSV(B) 191.93º 0.79% 0.87% -
XYZ 32.47 41.9 76.19 -
YUV 149.83 169.29 54.65 -
System Red Green Blue C M Y K H S L
Decimal 47 188 223 0.79 0.16 0 0.13 191.93 0.73 0.53
Hex 2F BC DF 4F 10 0 D C0 49 35
Octal 57 274 337 117 20 0 15 300 111 65
Binary 101111 10111100 11011111 1001111 10000 0 1101 11000000 1001001 110101

Color Harmonies of #2FBCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBCDF

Black with #2FBCDF

Text Example


Text Example

White with #2FBCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,188,223); }

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

background-color css

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

 a { background-color: rgb(47,188,223); }

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

border-color css

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

 span { border-color: rgb(47,188,223); }

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