Html Css Color HEX #26AFEE Summer Sky

📋 copy color: '#26AFEE'

red 38 ◦ green 175 ◦ blue 238

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

Shades of Summer Sky #26AFEE

Tints of Summer Sky #26AFEE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.8%

 BLUE value IS 238 (93.36% from 255) = 52.77%

R = 8.43%
G = 38.8%
B = 52.77%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#26AFEE (or 0x26AFEE) is known color: Summer Sky. HEX triplet: 26, AF and EE. RGB value is (38,175,238). Sum of RGB (Red+Green+Blue) = 38+175+238=451 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.43% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #26AFEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26AFEE is #D95011. Grayscale: #8C8C8C. Windows color (decimal): -14241810 or 15642406. OLE color: 15642406.

HSL color Cylindrical-coordinate representation of color #26AFEE: hue angle of 198.9º 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 #26AFEE is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 175 238 -
CMYK 0.84 0.26 0 0.07
HSL 198.9º 0.85% 0.54% -
HSV(B) 198.9º 0.84% 0.93% -
XYZ 31.56 37.25 86.41 -
YUV 141.22 182.61 54.38 -
System Red Green Blue C M Y K H S L
Decimal 38 175 238 0.84 0.26 0 0.07 198.9 0.85 0.54
Hex 26 AF EE 54 1A 0 7 C7 55 36
Octal 46 257 356 124 32 0 7 307 125 66
Binary 100110 10101111 11101110 1010100 11010 0 111 11000111 1010101 110110

Color Harmonies of #26AFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26AFEE

Black with #26AFEE

Text Example


Text Example

White with #26AFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,175,238); }

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

background-color css

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

 a { background-color: rgb(38,175,238); }

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

border-color css

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

 span { border-color: rgb(38,175,238); }

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