Html Css Color HEX #269ADB Summer Sky

📋 copy color: '#269ADB'

red 38 ◦ green 154 ◦ blue 219

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

Shades of Summer Sky #269ADB

Tints of Summer Sky #269ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.28%

R = 9.25%
G = 37.47%
B = 53.28%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#269ADB (or 0x269ADB) is known color: Summer Sky. HEX triplet: 26, 9A and DB. RGB value is (38,154,219). Sum of RGB (Red+Green+Blue) = 38+154+219=411 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.25% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #269ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269ADB is #D96524. Grayscale: #7E7E7E. Windows color (decimal): -14247205 or 14391846. OLE color: 14391846.

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

Color convert

RGB 38 154 219 -
CMYK 0.83 0.30 0 0.14
HSL 201.55º 0.72% 0.5% -
HSV(B) 201.55º 0.83% 0.86% -
XYZ 25.14 28.64 71.22 -
YUV 126.73 180.07 64.71 -
System Red Green Blue C M Y K H S L
Decimal 38 154 219 0.83 0.30 0 0.14 201.55 0.72 0.5
Hex 26 9A DB 53 1E 0 E CA 48 32
Octal 46 232 333 123 36 0 16 312 110 62
Binary 100110 10011010 11011011 1010011 11110 0 1110 11001010 1001000 110010

Color Harmonies of #269ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269ADB

Black with #269ADB

Text Example


Text Example

White with #269ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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