Html Css Color HEX #38A5DB Summer Sky

📋 copy color: '#38A5DB'

red 56 ◦ green 165 ◦ blue 219

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

Shades of Summer Sky #38A5DB

Tints of Summer Sky #38A5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.5%

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 12.73%
G = 37.5%
B = 49.77%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#38A5DB (or 0x38A5DB) is known color: Summer Sky. HEX triplet: 38, A5 and DB. RGB value is (56,165,219). Sum of RGB (Red+Green+Blue) = 56+165+219=440 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.73% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #38A5DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A5DB is #C75A24. Grayscale: #8A8A8A. Windows color (decimal): -13064741 or 14394680. OLE color: 14394680.

HSL color Cylindrical-coordinate representation of color #38A5DB: hue angle of 199.88º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38A5DB is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 165 219 -
CMYK 0.74 0.25 0 0.14
HSL 199.88º 0.69% 0.54% -
HSV(B) 199.88º 0.74% 0.86% -
XYZ 27.87 32.87 71.89 -
YUV 138.57 173.39 69.11 -
System Red Green Blue C M Y K H S L
Decimal 56 165 219 0.74 0.25 0 0.14 199.88 0.69 0.54
Hex 38 A5 DB 4A 19 0 E C8 45 36
Octal 70 245 333 112 31 0 16 310 105 66
Binary 111000 10100101 11011011 1001010 11001 0 1110 11001000 1000101 110110

Color Harmonies of #38A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A5DB

Black with #38A5DB

Text Example


Text Example

White with #38A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,165,219); }

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

background-color css

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

 a { background-color: rgb(56,165,219); }

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

border-color css

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

 span { border-color: rgb(56,165,219); }

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