Html Css Color HEX #2FBDEE Summer Sky

📋 copy color: '#2FBDEE'

red 47 ◦ green 189 ◦ blue 238

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

Shades of Summer Sky #2FBDEE

Tints of Summer Sky #2FBDEE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.87%

 BLUE value IS 238 (93.36% from 255) = 50.21%

R = 9.92%
G = 39.87%
B = 50.21%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2FBDEE (or 0x2FBDEE) is known color: Summer Sky. HEX triplet: 2F, BD and EE. RGB value is (47,189,238). Sum of RGB (Red+Green+Blue) = 47+189+238=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #2FBDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBDEE is #D04211. Grayscale: #979797. Windows color (decimal): -13648402 or 15645999. OLE color: 15645999.

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

Color convert

RGB 47 189 238 -
CMYK 0.80 0.21 0 0.07
HSL 195.39º 0.85% 0.56% -
HSV(B) 195.39º 0.8% 0.93% -
XYZ 34.8 43.17 87.39 -
YUV 152.13 176.46 53.02 -
System Red Green Blue C M Y K H S L
Decimal 47 189 238 0.80 0.21 0 0.07 195.39 0.85 0.56
Hex 2F BD EE 50 15 0 7 C3 55 38
Octal 57 275 356 120 25 0 7 303 125 70
Binary 101111 10111101 11101110 1010000 10101 0 111 11000011 1010101 111000

Color Harmonies of #2FBDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBDEE

Black with #2FBDEE

Text Example


Text Example

White with #2FBDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,189,238); }

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

background-color css

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

 a { background-color: rgb(47,189,238); }

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

border-color css

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

 span { border-color: rgb(47,189,238); }

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