Html Css Color HEX #2FBCEC Summer Sky

📋 copy color: '#2FBCEC'

red 47 ◦ green 188 ◦ blue 236

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

Shades of Summer Sky #2FBCEC

Tints of Summer Sky #2FBCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 9.98%
G = 39.92%
B = 50.11%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2FBCEC (or 0x2FBCEC) is known color: Summer Sky. HEX triplet: 2F, BC and EC. RGB value is (47,188,236). Sum of RGB (Red+Green+Blue) = 47+188+236=471 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.98% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FBCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBCEC is #D04313. Grayscale: #969696. Windows color (decimal): -13648660 or 15514671. OLE color: 15514671.

HSL color Cylindrical-coordinate representation of color #2FBCEC: hue angle of 195.24º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FBCEC is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 188 236 -
CMYK 0.80 0.20 0 0.07
HSL 195.24º 0.83% 0.55% -
HSV(B) 195.24º 0.8% 0.93% -
XYZ 34.3 42.63 85.78 -
YUV 151.31 175.79 53.6 -
System Red Green Blue C M Y K H S L
Decimal 47 188 236 0.80 0.20 0 0.07 195.24 0.83 0.55
Hex 2F BC EC 50 14 0 7 C3 53 37
Octal 57 274 354 120 24 0 7 303 123 67
Binary 101111 10111100 11101100 1010000 10100 0 111 11000011 1010011 110111

Color Harmonies of #2FBCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBCEC

Black with #2FBCEC

Text Example


Text Example

White with #2FBCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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