Html Css Color HEX #2FBDDD Summer Sky

📋 copy color: '#2FBDDD'

red 47 ◦ green 189 ◦ blue 221

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

Shades of Summer Sky #2FBDDD

Tints of Summer Sky #2FBDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.36%

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

R = 10.28%
G = 41.36%
B = 48.36%

CMYK

 C value IS 0.79

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2FBDDD (or 0x2FBDDD) is known color: Summer Sky. HEX triplet: 2F, BD and DD. RGB value is (47,189,221). Sum of RGB (Red+Green+Blue) = 47+189+221=457 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.28% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FBDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBDDD is #D04222. Grayscale: #959595. Windows color (decimal): -13648419 or 14531887. OLE color: 14531887.

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

Color convert

RGB 47 189 221 -
CMYK 0.79 0.14 0 0.13
HSL 191.03º 0.72% 0.53% -
HSV(B) 191.03º 0.79% 0.87% -
XYZ 32.42 42.22 74.85 -
YUV 150.19 167.96 54.4 -
System Red Green Blue C M Y K H S L
Decimal 47 189 221 0.79 0.14 0 0.13 191.03 0.72 0.53
Hex 2F BD DD 4F E 0 D BF 48 35
Octal 57 275 335 117 16 0 15 277 110 65
Binary 101111 10111101 11011101 1001111 1110 0 1101 10111111 1001000 110101

Color Harmonies of #2FBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBDDD

Black with #2FBDDD

Text Example


Text Example

White with #2FBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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