Html Css Color HEX #38ACD5 Summer Sky

📋 copy color: '#38ACD5'

red 56 ◦ green 172 ◦ blue 213

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

Shades of Summer Sky #38ACD5

Tints of Summer Sky #38ACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39%

 BLUE value IS 213 (83.59% from 255) = 48.3%

R = 12.7%
G = 39%
B = 48.3%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#38ACD5 (or 0x38ACD5) is known color: Summer Sky. HEX triplet: 38, AC and D5. RGB value is (56,172,213). Sum of RGB (Red+Green+Blue) = 56+172+213=441 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.70% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #38ACD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ACD5 is #C7532A. Grayscale: #8D8D8D. Windows color (decimal): -13062955 or 14003256. OLE color: 14003256.

HSL color Cylindrical-coordinate representation of color #38ACD5: hue angle of 195.67º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38ACD5 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 172 213 -
CMYK 0.74 0.19 0 0.16
HSL 195.67º 0.65% 0.53% -
HSV(B) 195.67º 0.74% 0.84% -
XYZ 28.39 35.15 68.24 -
YUV 141.99 168.07 66.67 -
System Red Green Blue C M Y K H S L
Decimal 56 172 213 0.74 0.19 0 0.16 195.67 0.65 0.53
Hex 38 AC D5 4A 13 0 10 C4 41 35
Octal 70 254 325 112 23 0 20 304 101 65
Binary 111000 10101100 11010101 1001010 10011 0 10000 11000100 1000001 110101

Color Harmonies of #38ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ACD5

Black with #38ACD5

Text Example


Text Example

White with #38ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,172,213); }

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

background-color css

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

 a { background-color: rgb(56,172,213); }

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

border-color css

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

 span { border-color: rgb(56,172,213); }

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