Html Css Color HEX #28AEFA Summer Sky

📋 copy color: '#28AEFA'

red 40 ◦ green 174 ◦ blue 250

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

Shades of Summer Sky #28AEFA

Tints of Summer Sky #28AEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.88%

R = 8.62%
G = 37.5%
B = 53.88%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#28AEFA (or 0x28AEFA) is known color: Summer Sky. HEX triplet: 28, AE and FA. RGB value is (40,174,250). Sum of RGB (Red+Green+Blue) = 40+174+250=464 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.62% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #28AEFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28AEFA is #D75105. Grayscale: #8E8E8E. Windows color (decimal): -14110982 or 16428584. OLE color: 16428584.

HSL color Cylindrical-coordinate representation of color #28AEFA: hue angle of 201.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28AEFA is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 174 250 -
CMYK 0.84 0.30 0 0.02
HSL 201.71º 0.95% 0.57% -
HSV(B) 201.71º 0.84% 0.98% -
XYZ 33.27 37.63 95.95 -
YUV 142.6 188.61 54.82 -
System Red Green Blue C M Y K H S L
Decimal 40 174 250 0.84 0.30 0 0.02 201.71 0.95 0.57
Hex 28 AE FA 54 1E 0 2 CA 5F 39
Octal 50 256 372 124 36 0 2 312 137 71
Binary 101000 10101110 11111010 1010100 11110 0 10 11001010 1011111 111001

Color Harmonies of #28AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AEFA

Black with #28AEFA

Text Example


Text Example

White with #28AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,174,250); }

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

background-color css

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

 a { background-color: rgb(40,174,250); }

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

border-color css

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

 span { border-color: rgb(40,174,250); }

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