Html Css Color HEX #26AFDB Summer Sky

📋 copy color: '#26AFDB'

red 38 ◦ green 175 ◦ blue 219

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

Shades of Summer Sky #26AFDB

Tints of Summer Sky #26AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 8.8%
G = 40.51%
B = 50.69%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#26AFDB (or 0x26AFDB) is known color: Summer Sky. HEX triplet: 26, AF and DB. RGB value is (38,175,219). Sum of RGB (Red+Green+Blue) = 38+175+219=432 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.80% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #26AFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26AFDB is #D95024. Grayscale: #8A8A8A. Windows color (decimal): -14241829 or 14397222. OLE color: 14397222.

HSL color Cylindrical-coordinate representation of color #26AFDB: hue angle of 194.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26AFDB is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 175 219 -
CMYK 0.83 0.20 0 0.14
HSL 194.59º 0.72% 0.5% -
HSV(B) 194.59º 0.83% 0.86% -
XYZ 28.92 36.19 72.48 -
YUV 139.05 173.11 55.92 -
System Red Green Blue C M Y K H S L
Decimal 38 175 219 0.83 0.20 0 0.14 194.59 0.72 0.5
Hex 26 AF DB 53 14 0 E C3 48 32
Octal 46 257 333 123 24 0 16 303 110 62
Binary 100110 10101111 11011011 1010011 10100 0 1110 11000011 1001000 110010

Color Harmonies of #26AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26AFDB

Black with #26AFDB

Text Example


Text Example

White with #26AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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