Html Css Color HEX #269FDA Summer Sky

📋 copy color: '#269FDA'

red 38 ◦ green 159 ◦ blue 218

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

Shades of Summer Sky #269FDA

Tints of Summer Sky #269FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.53%

R = 9.16%
G = 38.31%
B = 52.53%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#269FDA (or 0x269FDA) is known color: Summer Sky. HEX triplet: 26, 9F and DA. RGB value is (38,159,218). Sum of RGB (Red+Green+Blue) = 38+159+218=415 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.16% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #269FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269FDA is #D96025. Grayscale: #818181. Windows color (decimal): -14245926 or 14327590. OLE color: 14327590.

HSL color Cylindrical-coordinate representation of color #269FDA: hue angle of 199.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #269FDA is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 159 218 -
CMYK 0.83 0.27 0 0.15
HSL 199.67º 0.71% 0.5% -
HSV(B) 199.67º 0.83% 0.85% -
XYZ 25.85 30.27 70.81 -
YUV 129.55 177.91 62.7 -
System Red Green Blue C M Y K H S L
Decimal 38 159 218 0.83 0.27 0 0.15 199.67 0.71 0.5
Hex 26 9F DA 53 1B 0 F C8 47 32
Octal 46 237 332 123 33 0 17 310 107 62
Binary 100110 10011111 11011010 1010011 11011 0 1111 11001000 1000111 110010

Color Harmonies of #269FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269FDA

Black with #269FDA

Text Example


Text Example

White with #269FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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