Html Css Color HEX #2FBCEB Summer Sky

📋 copy color: '#2FBCEB'

red 47 ◦ green 188 ◦ blue 235

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

Shades of Summer Sky #2FBCEB

Tints of Summer Sky #2FBCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40%

 BLUE value IS 235 (92.19% from 255) = 50%

R = 10%
G = 40%
B = 50%

CMYK

 C value IS 0.8

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2FBCEB (or 0x2FBCEB) is known color: Summer Sky. HEX triplet: 2F, BC and EB. RGB value is (47,188,235). Sum of RGB (Red+Green+Blue) = 47+188+235=470 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FBCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBCEB is #D04314. Grayscale: #969696. Windows color (decimal): -13648661 or 15449135. OLE color: 15449135.

HSL color Cylindrical-coordinate representation of color #2FBCEB: hue angle of 195º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FBCEB is Cyan = 0.8, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 188 235 -
CMYK 0.8 0.2 0 0.08
HSL 195º 0.82% 0.55% -
HSV(B) 195º 0.8% 0.92% -
XYZ 34.15 42.57 85.01 -
YUV 151.2 175.29 53.68 -
System Red Green Blue C M Y K H S L
Decimal 47 188 235 0.8 0.2 0 0.08 195 0.82 0.55
Hex 2F BC EB 50 14 0 8 C3 52 37
Octal 57 274 353 120 24 0 10 303 122 67
Binary 101111 10111100 11101011 1010000 10100 0 1000 11000011 1010010 110111

Color Harmonies of #2FBCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBCEB

Black with #2FBCEB

Text Example


Text Example

White with #2FBCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,188,235); }

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

background-color css

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

 a { background-color: rgb(47,188,235); }

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

border-color css

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

 span { border-color: rgb(47,188,235); }

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