Html Css Color HEX #269FDB Summer Sky

📋 copy color: '#269FDB'

red 38 ◦ green 159 ◦ blue 219

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

Shades of Summer Sky #269FDB

Tints of Summer Sky #269FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.22%

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

R = 9.13%
G = 38.22%
B = 52.64%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#269FDB (or 0x269FDB) is known color: Summer Sky. HEX triplet: 26, 9F and DB. RGB value is (38,159,219). Sum of RGB (Red+Green+Blue) = 38+159+219=416 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.13% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #269FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269FDB is #D96024. Grayscale: #818181. Windows color (decimal): -14245925 or 14393126. OLE color: 14393126.

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

Color convert

RGB 38 159 219 -
CMYK 0.83 0.27 0 0.14
HSL 199.89º 0.72% 0.5% -
HSV(B) 199.89º 0.83% 0.86% -
XYZ 25.98 30.32 71.5 -
YUV 129.66 178.41 62.62 -
System Red Green Blue C M Y K H S L
Decimal 38 159 219 0.83 0.27 0 0.14 199.89 0.72 0.5
Hex 26 9F DB 53 1B 0 E C8 48 32
Octal 46 237 333 123 33 0 16 310 110 62
Binary 100110 10011111 11011011 1010011 11011 0 1110 11001000 1001000 110010

Color Harmonies of #269FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269FDB

Black with #269FDB

Text Example


Text Example

White with #269FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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