Html Css Color HEX #2FBBCF Summer Sky

📋 copy color: '#2FBBCF'

red 47 ◦ green 187 ◦ blue 207

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

Shades of Summer Sky #2FBBCF

Tints of Summer Sky #2FBBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 10.66%
G = 42.4%
B = 46.94%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2FBBCF (or 0x2FBBCF) is known color: Summer Sky. HEX triplet: 2F, BB and CF. RGB value is (47,187,207). Sum of RGB (Red+Green+Blue) = 47+187+207=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #2FBBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBBCF is #D04430. Grayscale: #939393. Windows color (decimal): -13648945 or 13613871. OLE color: 13613871.

HSL color Cylindrical-coordinate representation of color #2FBBCF: hue angle of 187.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FBBCF is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 187 207 -
CMYK 0.77 0.10 0 0.19
HSL 187.5º 0.63% 0.5% -
HSV(B) 187.5º 0.77% 0.81% -
XYZ 30.21 40.65 65.29 -
YUV 147.42 161.62 56.37 -
System Red Green Blue C M Y K H S L
Decimal 47 187 207 0.77 0.10 0 0.19 187.5 0.63 0.5
Hex 2F BB CF 4D A 0 13 BC 3F 32
Octal 57 273 317 115 12 0 23 274 77 62
Binary 101111 10111011 11001111 1001101 1010 0 10011 10111100 111111 110010

Color Harmonies of #2FBBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBBCF

Black with #2FBBCF

Text Example


Text Example

White with #2FBBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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