Html Css Color HEX #2FBADD Summer Sky

📋 copy color: '#2FBADD'

red 47 ◦ green 186 ◦ blue 221

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

Shades of Summer Sky #2FBADD

Tints of Summer Sky #2FBADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.97%

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

R = 10.35%
G = 40.97%
B = 48.68%

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

#2FBADD (or 0x2FBADD) is known color: Summer Sky. HEX triplet: 2F, BA and DD. RGB value is (47,186,221). Sum of RGB (Red+Green+Blue) = 47+186+221=454 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.35% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FBADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBADD is #D04522. Grayscale: #949494. Windows color (decimal): -13649187 or 14531119. OLE color: 14531119.

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

Color convert

RGB 47 186 221 -
CMYK 0.79 0.16 0 0.13
HSL 192.07º 0.72% 0.53% -
HSV(B) 192.07º 0.79% 0.87% -
XYZ 31.78 40.94 74.63 -
YUV 148.43 168.95 55.65 -
System Red Green Blue C M Y K H S L
Decimal 47 186 221 0.79 0.16 0 0.13 192.07 0.72 0.53
Hex 2F BA DD 4F 10 0 D C0 48 35
Octal 57 272 335 117 20 0 15 300 110 65
Binary 101111 10111010 11011101 1001111 10000 0 1101 11000000 1001000 110101

Color Harmonies of #2FBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBADD

Black with #2FBADD

Text Example


Text Example

White with #2FBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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