Html Css Color HEX #2FBBDB Summer Sky

📋 copy color: '#2FBBDB'

red 47 ◦ green 187 ◦ blue 219

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

Shades of Summer Sky #2FBBDB

Tints of Summer Sky #2FBBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.34%

R = 10.38%
G = 41.28%
B = 48.34%

CMYK

 C value IS 0.79

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2FBBDB (or 0x2FBBDB) is known color: Summer Sky. HEX triplet: 2F, BB and DB. RGB value is (47,187,219). Sum of RGB (Red+Green+Blue) = 47+187+219=453 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.38% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FBBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBBDB is #D04424. Grayscale: #949494. Windows color (decimal): -13648933 or 14400303. OLE color: 14400303.

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

Color convert

RGB 47 187 219 -
CMYK 0.79 0.15 0 0.14
HSL 191.16º 0.7% 0.52% -
HSV(B) 191.16º 0.79% 0.86% -
XYZ 31.73 41.26 73.31 -
YUV 148.79 167.62 55.4 -
System Red Green Blue C M Y K H S L
Decimal 47 187 219 0.79 0.15 0 0.14 191.16 0.7 0.52
Hex 2F BB DB 4F F 0 E BF 46 34
Octal 57 273 333 117 17 0 16 277 106 64
Binary 101111 10111011 11011011 1001111 1111 0 1110 10111111 1000110 110100

Color Harmonies of #2FBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBBDB

Black with #2FBBDB

Text Example


Text Example

White with #2FBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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