Html Css Color HEX #28AFDA Summer Sky

📋 copy color: '#28AFDA'

red 40 ◦ green 175 ◦ blue 218

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

Shades of Summer Sky #28AFDA

Tints of Summer Sky #28AFDA

RGB

 RED value IS 40 (16.02% from 255) = 9.24%

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

 BLUE value IS 218 (85.55% from 255) = 50.35%

R = 9.24%
G = 40.42%
B = 50.35%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#28AFDA (or 0x28AFDA) is known color: Summer Sky. HEX triplet: 28, AF and DA. RGB value is (40,175,218). Sum of RGB (Red+Green+Blue) = 40+175+218=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #28AFDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AFDA is #D75025. Grayscale: #8B8B8B. Windows color (decimal): -14110758 or 14331688. OLE color: 14331688.

HSL color Cylindrical-coordinate representation of color #28AFDA: hue angle of 194.49º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28AFDA is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 175 218 -
CMYK 0.82 0.20 0 0.15
HSL 194.49º 0.71% 0.51% -
HSV(B) 194.49º 0.82% 0.85% -
XYZ 28.86 36.17 71.79 -
YUV 139.54 172.27 57 -
System Red Green Blue C M Y K H S L
Decimal 40 175 218 0.82 0.20 0 0.15 194.49 0.71 0.51
Hex 28 AF DA 52 14 0 F C2 47 33
Octal 50 257 332 122 24 0 17 302 107 63
Binary 101000 10101111 11011010 1010010 10100 0 1111 11000010 1000111 110011

Color Harmonies of #28AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AFDA

Black with #28AFDA

Text Example


Text Example

White with #28AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28AFDA; }

 p { color: rgb(40,175,218); }

 H1.HeaderClassName
 {
   color: #28AFDA;
 }
 .AnyTagClassName
 {
   color: #28AFDA;
 }
</style>

background-color css

<style>
 a { background-color: #28AFDA; }

 a { background-color: rgb(40,175,218); }

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

border-color css

<style>
 span { border-color: #28AFDA; }

 span { border-color: rgb(40,175,218); }

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