Html Css Color HEX #2693DC Summer Sky

📋 copy color: '#2693DC'

red 38 ◦ green 147 ◦ blue 220

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

Shades of Summer Sky #2693DC

Tints of Summer Sky #2693DC

RGB

 RED value IS 38 (15.23% from 255) = 9.38%

 GREEN value IS 147 (57.81% from 255) = 36.3%

 BLUE value IS 220 (86.33% from 255) = 54.32%

R = 9.38%
G = 36.3%
B = 54.32%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2693DC (or 0x2693DC) is known color: Summer Sky. HEX triplet: 26, 93 and DC. RGB value is (38,147,220). Sum of RGB (Red+Green+Blue) = 38+147+220=405 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.38% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #2693DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2693DC is #D96C23. Grayscale: #7A7A7A. Windows color (decimal): -14248996 or 14455590. OLE color: 14455590.

HSL color Cylindrical-coordinate representation of color #2693DC: hue angle of 204.07º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2693DC is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 147 220 -
CMYK 0.83 0.33 0 0.14
HSL 204.07º 0.72% 0.51% -
HSV(B) 204.07º 0.83% 0.86% -
XYZ 24.15 26.45 71.54 -
YUV 122.73 182.89 67.56 -
System Red Green Blue C M Y K H S L
Decimal 38 147 220 0.83 0.33 0 0.14 204.07 0.72 0.51
Hex 26 93 DC 53 21 0 E CC 48 33
Octal 46 223 334 123 41 0 16 314 110 63
Binary 100110 10010011 11011100 1010011 100001 0 1110 11001100 1001000 110011

Color Harmonies of #2693DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2693DC

Black with #2693DC

Text Example


Text Example

White with #2693DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2693DC; }

 p { color: rgb(38,147,220); }

 H1.HeaderClassName
 {
   color: #2693DC;
 }
 .AnyTagClassName
 {
   color: #2693DC;
 }
</style>

background-color css

<style>
 a { background-color: #2693DC; }

 a { background-color: rgb(38,147,220); }

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

border-color css

<style>
 span { border-color: #2693DC; }

 span { border-color: rgb(38,147,220); }

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