Html Css Color HEX #38ABCD Summer Sky

📋 copy color: '#38ABCD'

red 56 ◦ green 171 ◦ blue 205

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

Shades of Summer Sky #38ABCD

Tints of Summer Sky #38ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.58%

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

R = 12.96%
G = 39.58%
B = 47.45%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#38ABCD (or 0x38ABCD) is known color: Summer Sky. HEX triplet: 38, AB and CD. RGB value is (56,171,205). Sum of RGB (Red+Green+Blue) = 56+171+205=432 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.96% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #38ABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ABCD is #C75432. Grayscale: #8C8C8C. Windows color (decimal): -13063219 or 13478712. OLE color: 13478712.

HSL color Cylindrical-coordinate representation of color #38ABCD: hue angle of 193.69º 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 #38ABCD is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 171 205 -
CMYK 0.73 0.17 0 0.20
HSL 193.69º 0.6% 0.51% -
HSV(B) 193.69º 0.73% 0.8% -
XYZ 27.21 34.37 62.96 -
YUV 140.49 164.4 67.74 -
System Red Green Blue C M Y K H S L
Decimal 56 171 205 0.73 0.17 0 0.20 193.69 0.6 0.51
Hex 38 AB CD 49 11 0 14 C2 3C 33
Octal 70 253 315 111 21 0 24 302 74 63
Binary 111000 10101011 11001101 1001001 10001 0 10100 11000010 111100 110011

Color Harmonies of #38ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ABCD

Black with #38ABCD

Text Example


Text Example

White with #38ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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