Html Css Color HEX #38AAD0 Summer Sky

📋 copy color: '#38AAD0'

red 56 ◦ green 170 ◦ blue 208

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

Shades of Summer Sky #38AAD0

Tints of Summer Sky #38AAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.93%

R = 12.9%
G = 39.17%
B = 47.93%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#38AAD0 (or 0x38AAD0) is known color: Summer Sky. HEX triplet: 38, AA and D0. RGB value is (56,170,208). Sum of RGB (Red+Green+Blue) = 56+170+208=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #38AAD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AAD0 is #C7552F. Grayscale: #8B8B8B. Windows color (decimal): -13063472 or 13675064. OLE color: 13675064.

HSL color Cylindrical-coordinate representation of color #38AAD0: hue angle of 195º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38AAD0 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 170 208 -
CMYK 0.73 0.18 0 0.18
HSL 195º 0.62% 0.52% -
HSV(B) 195º 0.73% 0.82% -
XYZ 27.39 34.14 64.82 -
YUV 140.25 166.23 67.91 -
System Red Green Blue C M Y K H S L
Decimal 56 170 208 0.73 0.18 0 0.18 195 0.62 0.52
Hex 38 AA D0 49 12 0 12 C3 3E 34
Octal 70 252 320 111 22 0 22 303 76 64
Binary 111000 10101010 11010000 1001001 10010 0 10010 11000011 111110 110100

Color Harmonies of #38AAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AAD0

Black with #38AAD0

Text Example


Text Example

White with #38AAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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