Html Css Color HEX #38AAD8 Summer Sky

📋 copy color: '#38AAD8'

red 56 ◦ green 170 ◦ blue 216

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

Shades of Summer Sky #38AAD8

Tints of Summer Sky #38AAD8

RGB

 RED value IS 56 (22.27% from 255) = 12.67%

 GREEN value IS 170 (66.8% from 255) = 38.46%

 BLUE value IS 216 (84.77% from 255) = 48.87%

R = 12.67%
G = 38.46%
B = 48.87%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#38AAD8 (or 0x38AAD8) is known color: Summer Sky. HEX triplet: 38, AA and D8. RGB value is (56,170,216). Sum of RGB (Red+Green+Blue) = 56+170+216=442 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.67% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #38AAD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AAD8 is #C75527. Grayscale: #8C8C8C. Windows color (decimal): -13063464 or 14199352. OLE color: 14199352.

HSL color Cylindrical-coordinate representation of color #38AAD8: hue angle of 197.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38AAD8 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 170 216 -
CMYK 0.74 0.21 0 0.15
HSL 197.25º 0.67% 0.53% -
HSV(B) 197.25º 0.74% 0.85% -
XYZ 28.4 34.55 70.14 -
YUV 141.16 170.23 67.26 -
System Red Green Blue C M Y K H S L
Decimal 56 170 216 0.74 0.21 0 0.15 197.25 0.67 0.53
Hex 38 AA D8 4A 15 0 F C5 43 35
Octal 70 252 330 112 25 0 17 305 103 65
Binary 111000 10101010 11011000 1001010 10101 0 1111 11000101 1000011 110101

Color Harmonies of #38AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AAD8

Black with #38AAD8

Text Example


Text Example

White with #38AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38AAD8; }

 p { color: rgb(56,170,216); }

 H1.HeaderClassName
 {
   color: #38AAD8;
 }
 .AnyTagClassName
 {
   color: #38AAD8;
 }
</style>

background-color css

<style>
 a { background-color: #38AAD8; }

 a { background-color: rgb(56,170,216); }

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

border-color css

<style>
 span { border-color: #38AAD8; }

 span { border-color: rgb(56,170,216); }

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