Html Css Color HEX #26AEDD Summer Sky

📋 copy color: '#26AEDD'

red 38 ◦ green 174 ◦ blue 221

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

Shades of Summer Sky #26AEDD

Tints of Summer Sky #26AEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.18%

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

R = 8.78%
G = 40.18%
B = 51.04%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#26AEDD (or 0x26AEDD) is known color: Summer Sky. HEX triplet: 26, AE and DD. RGB value is (38,174,221). Sum of RGB (Red+Green+Blue) = 38+174+221=433 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.78% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #26AEDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26AEDD is #D95122. Grayscale: #8A8A8A. Windows color (decimal): -14242083 or 14528038. OLE color: 14528038.

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

Color convert

RGB 38 174 221 -
CMYK 0.83 0.21 0 0.13
HSL 195.41º 0.73% 0.51% -
HSV(B) 195.41º 0.83% 0.87% -
XYZ 28.99 35.9 73.81 -
YUV 138.69 174.44 56.18 -
System Red Green Blue C M Y K H S L
Decimal 38 174 221 0.83 0.21 0 0.13 195.41 0.73 0.51
Hex 26 AE DD 53 15 0 D C3 49 33
Octal 46 256 335 123 25 0 15 303 111 63
Binary 100110 10101110 11011101 1010011 10101 0 1101 11000011 1001001 110011

Color Harmonies of #26AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26AEDD

Black with #26AEDD

Text Example


Text Example

White with #26AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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