Html Css Color HEX #269FDD Summer Sky

📋 copy color: '#269FDD'

red 38 ◦ green 159 ◦ blue 221

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

Shades of Summer Sky #269FDD

Tints of Summer Sky #269FDD

RGB

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

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

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

R = 9.09%
G = 38.04%
B = 52.87%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#269FDD (or 0x269FDD) is known color: Summer Sky. HEX triplet: 26, 9F and DD. RGB value is (38,159,221). Sum of RGB (Red+Green+Blue) = 38+159+221=418 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.09% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #269FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269FDD is #D96022. Grayscale: #818181. Windows color (decimal): -14245923 or 14524198. OLE color: 14524198.

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

Color convert

RGB 38 159 221 -
CMYK 0.83 0.28 0 0.13
HSL 200.33º 0.73% 0.51% -
HSV(B) 200.33º 0.83% 0.87% -
XYZ 26.25 30.43 72.9 -
YUV 129.89 179.41 62.46 -
System Red Green Blue C M Y K H S L
Decimal 38 159 221 0.83 0.28 0 0.13 200.33 0.73 0.51
Hex 26 9F DD 53 1C 0 D C8 49 33
Octal 46 237 335 123 34 0 15 310 111 63
Binary 100110 10011111 11011101 1010011 11100 0 1101 11001000 1001001 110011

Color Harmonies of #269FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269FDD

Black with #269FDD

Text Example


Text Example

White with #269FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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