Html Css Color HEX #2FBBDA Summer Sky

📋 copy color: '#2FBBDA'

red 47 ◦ green 187 ◦ blue 218

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

Shades of Summer Sky #2FBBDA

Tints of Summer Sky #2FBBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 10.4%
G = 41.37%
B = 48.23%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2FBBDA (or 0x2FBBDA) is known color: Summer Sky. HEX triplet: 2F, BB and DA. RGB value is (47,187,218). Sum of RGB (Red+Green+Blue) = 47+187+218=452 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.40% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #2FBBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBBDA is #D04425. Grayscale: #949494. Windows color (decimal): -13648934 or 14334767. OLE color: 14334767.

HSL color Cylindrical-coordinate representation of color #2FBBDA: hue angle of 190.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FBBDA is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 187 218 -
CMYK 0.78 0.14 0 0.15
HSL 190.88º 0.7% 0.52% -
HSV(B) 190.88º 0.78% 0.85% -
XYZ 31.6 41.21 72.62 -
YUV 148.67 167.12 55.48 -
System Red Green Blue C M Y K H S L
Decimal 47 187 218 0.78 0.14 0 0.15 190.88 0.7 0.52
Hex 2F BB DA 4E E 0 F BF 46 34
Octal 57 273 332 116 16 0 17 277 106 64
Binary 101111 10111011 11011010 1001110 1110 0 1111 10111111 1000110 110100

Color Harmonies of #2FBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBBDA

Black with #2FBBDA

Text Example


Text Example

White with #2FBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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