Html Css Color HEX #38ADCC Summer Sky

📋 copy color: '#38ADCC'

red 56 ◦ green 173 ◦ blue 204

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

Shades of Summer Sky #38ADCC

Tints of Summer Sky #38ADCC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.95%

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 12.93%
G = 39.95%
B = 47.11%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#38ADCC (or 0x38ADCC) is known color: Summer Sky. HEX triplet: 38, AD and CC. RGB value is (56,173,204). Sum of RGB (Red+Green+Blue) = 56+173+204=433 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.93% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #38ADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ADCC is #C75233. Grayscale: #8D8D8D. Windows color (decimal): -13062708 or 13413688. OLE color: 13413688.

HSL color Cylindrical-coordinate representation of color #38ADCC: hue angle of 192.57º degrees, saturation: 0.59, 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 #38ADCC is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 173 204 -
CMYK 0.73 0.15 0 0.2
HSL 192.57º 0.59% 0.51% -
HSV(B) 192.57º 0.73% 0.8% -
XYZ 27.47 35.09 62.45 -
YUV 141.55 163.24 66.98 -
System Red Green Blue C M Y K H S L
Decimal 56 173 204 0.73 0.15 0 0.2 192.57 0.59 0.51
Hex 38 AD CC 49 F 0 14 C1 3B 33
Octal 70 255 314 111 17 0 24 301 73 63
Binary 111000 10101101 11001100 1001001 1111 0 10100 11000001 111011 110011

Color Harmonies of #38ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ADCC

Black with #38ADCC

Text Example


Text Example

White with #38ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,173,204); }

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

background-color css

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

 a { background-color: rgb(56,173,204); }

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

border-color css

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

 span { border-color: rgb(56,173,204); }

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