Html Css Color HEX #38A1CD Summer Sky

📋 copy color: '#38A1CD'

red 56 ◦ green 161 ◦ blue 205

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

Shades of Summer Sky #38A1CD

Tints of Summer Sky #38A1CD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 13.27%
G = 38.15%
B = 48.58%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#38A1CD (or 0x38A1CD) is known color: Summer Sky. HEX triplet: 38, A1 and CD. RGB value is (56,161,205). Sum of RGB (Red+Green+Blue) = 56+161+205=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #38A1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A1CD is #C75E32. Grayscale: #868686. Windows color (decimal): -13065779 or 13476152. OLE color: 13476152.

HSL color Cylindrical-coordinate representation of color #38A1CD: hue angle of 197.72º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38A1CD is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 161 205 -
CMYK 0.73 0.21 0 0.20
HSL 197.72º 0.6% 0.51% -
HSV(B) 197.72º 0.73% 0.8% -
XYZ 25.4 30.74 62.35 -
YUV 134.62 167.71 71.92 -
System Red Green Blue C M Y K H S L
Decimal 56 161 205 0.73 0.21 0 0.20 197.72 0.6 0.51
Hex 38 A1 CD 49 15 0 14 C6 3C 33
Octal 70 241 315 111 25 0 24 306 74 63
Binary 111000 10100001 11001101 1001001 10101 0 10100 11000110 111100 110011

Color Harmonies of #38A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A1CD

Black with #38A1CD

Text Example


Text Example

White with #38A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,161,205); }

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

background-color css

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

 a { background-color: rgb(56,161,205); }

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

border-color css

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

 span { border-color: rgb(56,161,205); }

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