Html Css Color HEX #2FBBDD Summer Sky

📋 copy color: '#2FBBDD'

red 47 ◦ green 187 ◦ blue 221

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

Shades of Summer Sky #2FBBDD

Tints of Summer Sky #2FBBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.57%

R = 10.33%
G = 41.1%
B = 48.57%

CMYK

 C value IS 0.79

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2FBBDD (or 0x2FBBDD) is known color: Summer Sky. HEX triplet: 2F, BB and DD. RGB value is (47,187,221). Sum of RGB (Red+Green+Blue) = 47+187+221=455 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.33% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FBBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBBDD is #D04422. Grayscale: #949494. Windows color (decimal): -13648931 or 14531375. OLE color: 14531375.

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

Color convert

RGB 47 187 221 -
CMYK 0.79 0.15 0 0.13
HSL 191.72º 0.72% 0.53% -
HSV(B) 191.72º 0.79% 0.87% -
XYZ 31.99 41.37 74.7 -
YUV 149.02 168.62 55.24 -
System Red Green Blue C M Y K H S L
Decimal 47 187 221 0.79 0.15 0 0.13 191.72 0.72 0.53
Hex 2F BB DD 4F F 0 D C0 48 35
Octal 57 273 335 117 17 0 15 300 110 65
Binary 101111 10111011 11011101 1001111 1111 0 1101 11000000 1001000 110101

Color Harmonies of #2FBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBBDD

Black with #2FBBDD

Text Example


Text Example

White with #2FBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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