Html Css Color HEX #28AFCF Summer Sky

📋 copy color: '#28AFCF'

red 40 ◦ green 175 ◦ blue 207

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

Shades of Summer Sky #28AFCF

Tints of Summer Sky #28AFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 9.48%
G = 41.47%
B = 49.05%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#28AFCF (or 0x28AFCF) is known color: Summer Sky. HEX triplet: 28, AF and CF. RGB value is (40,175,207). Sum of RGB (Red+Green+Blue) = 40+175+207=422 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.48% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #28AFCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AFCF is #D75030. Grayscale: #8A8A8A. Windows color (decimal): -14110769 or 13610792. OLE color: 13610792.

HSL color Cylindrical-coordinate representation of color #28AFCF: hue angle of 191.5º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28AFCF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 175 207 -
CMYK 0.81 0.15 0 0.19
HSL 191.5º 0.68% 0.48% -
HSV(B) 191.5º 0.81% 0.81% -
XYZ 27.47 35.62 64.46 -
YUV 138.28 166.77 57.9 -
System Red Green Blue C M Y K H S L
Decimal 40 175 207 0.81 0.15 0 0.19 191.5 0.68 0.48
Hex 28 AF CF 51 F 0 13 BF 44 30
Octal 50 257 317 121 17 0 23 277 104 60
Binary 101000 10101111 11001111 1010001 1111 0 10011 10111111 1000100 110000

Color Harmonies of #28AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AFCF

Black with #28AFCF

Text Example


Text Example

White with #28AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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