Html Css Color HEX #38ACDD Summer Sky

📋 copy color: '#38ACDD'

red 56 ◦ green 172 ◦ blue 221

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

Shades of Summer Sky #38ACDD

Tints of Summer Sky #38ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 12.47%
G = 38.31%
B = 49.22%

CMYK

 C value IS 0.75

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#38ACDD (or 0x38ACDD) is known color: Summer Sky. HEX triplet: 38, AC and DD. RGB value is (56,172,221). Sum of RGB (Red+Green+Blue) = 56+172+221=449 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.47% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #38ACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ACDD is #C75322. Grayscale: #8E8E8E. Windows color (decimal): -13062947 or 14527544. OLE color: 14527544.

HSL color Cylindrical-coordinate representation of color #38ACDD: hue angle of 197.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38ACDD is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 172 221 -
CMYK 0.75 0.22 0 0.13
HSL 197.82º 0.71% 0.54% -
HSV(B) 197.82º 0.75% 0.87% -
XYZ 29.43 35.57 73.72 -
YUV 142.9 172.07 66.02 -
System Red Green Blue C M Y K H S L
Decimal 56 172 221 0.75 0.22 0 0.13 197.82 0.71 0.54
Hex 38 AC DD 4B 16 0 D C6 47 36
Octal 70 254 335 113 26 0 15 306 107 66
Binary 111000 10101100 11011101 1001011 10110 0 1101 11000110 1000111 110110

Color Harmonies of #38ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ACDD

Black with #38ACDD

Text Example


Text Example

White with #38ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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