Html Css Color HEX #2DCEF9 Summer Sky

📋 copy color: '#2DCEF9'

red 45 ◦ green 206 ◦ blue 249

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

Shades of Summer Sky #2DCEF9

Tints of Summer Sky #2DCEF9

RGB

 RED value IS 45 (17.97% from 255) = 9%

 GREEN value IS 206 (80.86% from 255) = 41.2%

 BLUE value IS 249 (97.66% from 255) = 49.8%

R = 9%
G = 41.2%
B = 49.8%

CMYK

 C value IS 0.82

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2DCEF9 (or 0x2DCEF9) is known color: Summer Sky. HEX triplet: 2D, CE and F9. RGB value is (45,206,249). Sum of RGB (Red+Green+Blue) = 45+206+249=500 (66% of max value = 765). Red value is 45 (17.97% from 255 or 9% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #2DCEF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCEF9 is #D23106. Grayscale: #A2A2A2. Windows color (decimal): -13775111 or 16371245. OLE color: 16371245.

HSL color Cylindrical-coordinate representation of color #2DCEF9: hue angle of 192.65º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DCEF9 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 206 249 -
CMYK 0.82 0.17 0 0.02
HSL 192.65º 0.94% 0.58% -
HSV(B) 192.65º 0.82% 0.98% -
XYZ 40.25 51.54 97.45 -
YUV 162.76 176.66 44 -
System Red Green Blue C M Y K H S L
Decimal 45 206 249 0.82 0.17 0 0.02 192.65 0.94 0.58
Hex 2D CE F9 52 11 0 2 C1 5E 3A
Octal 55 316 371 122 21 0 2 301 136 72
Binary 101101 11001110 11111001 1010010 10001 0 10 11000001 1011110 111010

Color Harmonies of #2DCEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCEF9

Black with #2DCEF9

Text Example


Text Example

White with #2DCEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,206,249); }

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

background-color css

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

 a { background-color: rgb(45,206,249); }

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

border-color css

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

 span { border-color: rgb(45,206,249); }

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