Html Css Color HEX #38A2DB Summer Sky

📋 copy color: '#38A2DB'

red 56 ◦ green 162 ◦ blue 219

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

Shades of Summer Sky #38A2DB

Tints of Summer Sky #38A2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.07%

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

R = 12.81%
G = 37.07%
B = 50.11%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#38A2DB (or 0x38A2DB) is known color: Summer Sky. HEX triplet: 38, A2 and DB. RGB value is (56,162,219). Sum of RGB (Red+Green+Blue) = 56+162+219=437 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.81% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #38A2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A2DB is #C75D24. Grayscale: #888888. Windows color (decimal): -13065509 or 14393912. OLE color: 14393912.

HSL color Cylindrical-coordinate representation of color #38A2DB: hue angle of 200.98º 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 #38A2DB is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 162 219 -
CMYK 0.74 0.26 0 0.14
HSL 200.98º 0.69% 0.54% -
HSV(B) 200.98º 0.74% 0.86% -
XYZ 27.34 31.8 71.71 -
YUV 136.8 174.38 70.37 -
System Red Green Blue C M Y K H S L
Decimal 56 162 219 0.74 0.26 0 0.14 200.98 0.69 0.54
Hex 38 A2 DB 4A 1A 0 E C9 45 36
Octal 70 242 333 112 32 0 16 311 105 66
Binary 111000 10100010 11011011 1001010 11010 0 1110 11001001 1000101 110110

Color Harmonies of #38A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A2DB

Black with #38A2DB

Text Example


Text Example

White with #38A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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