Html Css Color HEX #2FBBDF Summer Sky

📋 copy color: '#2FBBDF'

red 47 ◦ green 187 ◦ blue 223

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

Shades of Summer Sky #2FBBDF

Tints of Summer Sky #2FBBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.92%

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

R = 10.28%
G = 40.92%
B = 48.8%

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

#2FBBDF (or 0x2FBBDF) is known color: Summer Sky. HEX triplet: 2F, BB and DF. RGB value is (47,187,223). Sum of RGB (Red+Green+Blue) = 47+187+223=457 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.28% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #2FBBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBBDF is #D04420. Grayscale: #949494. Windows color (decimal): -13648929 or 14662447. OLE color: 14662447.

HSL color Cylindrical-coordinate representation of color #2FBBDF: hue angle of 192.27º 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 #2FBBDF is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 187 223 -
CMYK 0.79 0.16 0 0.13
HSL 192.27º 0.73% 0.53% -
HSV(B) 192.27º 0.79% 0.87% -
XYZ 32.26 41.47 76.12 -
YUV 149.24 169.62 55.07 -
System Red Green Blue C M Y K H S L
Decimal 47 187 223 0.79 0.16 0 0.13 192.27 0.73 0.53
Hex 2F BB DF 4F 10 0 D C0 49 35
Octal 57 273 337 117 20 0 15 300 111 65
Binary 101111 10111011 11011111 1001111 10000 0 1101 11000000 1001001 110101

Color Harmonies of #2FBBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBBDF

Black with #2FBBDF

Text Example


Text Example

White with #2FBBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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