Html Css Color HEX #269ADD Summer Sky

📋 copy color: '#269ADD'

red 38 ◦ green 154 ◦ blue 221

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

Shades of Summer Sky #269ADD

Tints of Summer Sky #269ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.29%

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 9.2%
G = 37.29%
B = 53.51%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#269ADD (or 0x269ADD) is known color: Summer Sky. HEX triplet: 26, 9A and DD. RGB value is (38,154,221). Sum of RGB (Red+Green+Blue) = 38+154+221=413 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.20% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #269ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269ADD is #D96522. Grayscale: #7E7E7E. Windows color (decimal): -14247203 or 14522918. OLE color: 14522918.

HSL color Cylindrical-coordinate representation of color #269ADD: hue angle of 201.97º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #269ADD is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 154 221 -
CMYK 0.83 0.30 0 0.13
HSL 201.97º 0.73% 0.51% -
HSV(B) 201.97º 0.83% 0.87% -
XYZ 25.41 28.74 72.62 -
YUV 126.95 181.07 64.55 -
System Red Green Blue C M Y K H S L
Decimal 38 154 221 0.83 0.30 0 0.13 201.97 0.73 0.51
Hex 26 9A DD 53 1E 0 D CA 49 33
Octal 46 232 335 123 36 0 15 312 111 63
Binary 100110 10011010 11011101 1010011 11110 0 1101 11001010 1001001 110011

Color Harmonies of #269ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269ADD

Black with #269ADD

Text Example


Text Example

White with #269ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,154,221); }

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

background-color css

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

 a { background-color: rgb(38,154,221); }

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

border-color css

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

 span { border-color: rgb(38,154,221); }

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