Html Css Color HEX #269EDC Summer Sky

📋 copy color: '#269EDC'

red 38 ◦ green 158 ◦ blue 220

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

Shades of Summer Sky #269EDC

Tints of Summer Sky #269EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.98%

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

R = 9.13%
G = 37.98%
B = 52.88%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#269EDC (or 0x269EDC) is known color: Summer Sky. HEX triplet: 26, 9E and DC. RGB value is (38,158,220). Sum of RGB (Red+Green+Blue) = 38+158+220=416 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.13% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #269EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269EDC is #D96123. Grayscale: #808080. Windows color (decimal): -14246180 or 14458406. OLE color: 14458406.

HSL color Cylindrical-coordinate representation of color #269EDC: hue angle of 200.44º 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 #269EDC is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 158 220 -
CMYK 0.83 0.28 0 0.14
HSL 200.44º 0.72% 0.51% -
HSV(B) 200.44º 0.83% 0.86% -
XYZ 25.94 30.03 72.14 -
YUV 129.19 179.24 62.96 -
System Red Green Blue C M Y K H S L
Decimal 38 158 220 0.83 0.28 0 0.14 200.44 0.72 0.51
Hex 26 9E DC 53 1C 0 E C8 48 33
Octal 46 236 334 123 34 0 16 310 110 63
Binary 100110 10011110 11011100 1010011 11100 0 1110 11001000 1001000 110011

Color Harmonies of #269EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269EDC

Black with #269EDC

Text Example


Text Example

White with #269EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269EDC; }

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

 H1.HeaderClassName
 {
   color: #269EDC;
 }
 .AnyTagClassName
 {
   color: #269EDC;
 }
</style>

background-color css

<style>
 a { background-color: #269EDC; }

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

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

border-color css

<style>
 span { border-color: #269EDC; }

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

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