Html Css Color HEX #26A6ED Summer Sky

📋 copy color: '#26A6ED'

red 38 ◦ green 166 ◦ blue 237

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

Shades of Summer Sky #26A6ED

Tints of Summer Sky #26A6ED

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.64%

 BLUE value IS 237 (92.97% from 255) = 53.74%

R = 8.62%
G = 37.64%
B = 53.74%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#26A6ED (or 0x26A6ED) is known color: Summer Sky. HEX triplet: 26, A6 and ED. RGB value is (38,166,237). Sum of RGB (Red+Green+Blue) = 38+166+237=441 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.62% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #26A6ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26A6ED is #D95912. Grayscale: #878787. Windows color (decimal): -14244115 or 15574566. OLE color: 15574566.

HSL color Cylindrical-coordinate representation of color #26A6ED: hue angle of 201.41º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26A6ED is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 166 237 -
CMYK 0.84 0.30 0 0.07
HSL 201.41º 0.85% 0.54% -
HSV(B) 201.41º 0.84% 0.93% -
XYZ 29.72 33.8 85.08 -
YUV 135.82 185.09 58.23 -
System Red Green Blue C M Y K H S L
Decimal 38 166 237 0.84 0.30 0 0.07 201.41 0.85 0.54
Hex 26 A6 ED 54 1E 0 7 C9 55 36
Octal 46 246 355 124 36 0 7 311 125 66
Binary 100110 10100110 11101101 1010100 11110 0 111 11001001 1010101 110110

Color Harmonies of #26A6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26A6ED

Black with #26A6ED

Text Example


Text Example

White with #26A6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26A6ED; }

 p { color: rgb(38,166,237); }

 H1.HeaderClassName
 {
   color: #26A6ED;
 }
 .AnyTagClassName
 {
   color: #26A6ED;
 }
</style>

background-color css

<style>
 a { background-color: #26A6ED; }

 a { background-color: rgb(38,166,237); }

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

border-color css

<style>
 span { border-color: #26A6ED; }

 span { border-color: rgb(38,166,237); }

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