Html Css Color HEX #269EE1 Summer Sky

📋 copy color: '#269EE1'

red 38 ◦ green 158 ◦ blue 225

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

Shades of Summer Sky #269EE1

Tints of Summer Sky #269EE1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.53%

 BLUE value IS 225 (88.28% from 255) = 53.44%

R = 9.03%
G = 37.53%
B = 53.44%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#269EE1 (or 0x269EE1) is known color: Summer Sky. HEX triplet: 26, 9E and E1. RGB value is (38,158,225). Sum of RGB (Red+Green+Blue) = 38+158+225=421 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.03% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #269EE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269EE1 is #D9611E. Grayscale: #818181. Windows color (decimal): -14246175 or 14786086. OLE color: 14786086.

HSL color Cylindrical-coordinate representation of color #269EE1: hue angle of 201.5º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #269EE1 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 38 158 225 -
CMYK 0.83 0.30 0 0.12
HSL 201.5º 0.76% 0.52% -
HSV(B) 201.5º 0.83% 0.88% -
XYZ 26.62 30.3 75.68 -
YUV 129.76 181.74 62.55 -
System Red Green Blue C M Y K H S L
Decimal 38 158 225 0.83 0.30 0 0.12 201.5 0.76 0.52
Hex 26 9E E1 53 1E 0 C C9 4C 34
Octal 46 236 341 123 36 0 14 311 114 64
Binary 100110 10011110 11100001 1010011 11110 0 1100 11001001 1001100 110100

Color Harmonies of #269EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269EE1

Black with #269EE1

Text Example


Text Example

White with #269EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,158,225); }

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

background-color css

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

 a { background-color: rgb(38,158,225); }

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

border-color css

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

 span { border-color: rgb(38,158,225); }

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