Html Css Color HEX #38C5DD Summer Sky

📋 copy color: '#38C5DD'

red 56 ◦ green 197 ◦ blue 221

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

Shades of Summer Sky #38C5DD

Tints of Summer Sky #38C5DD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.56%

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

R = 11.81%
G = 41.56%
B = 46.62%

CMYK

 C value IS 0.75

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#38C5DD (or 0x38C5DD) is known color: Summer Sky. HEX triplet: 38, C5 and DD. RGB value is (56,197,221). Sum of RGB (Red+Green+Blue) = 56+197+221=474 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.81% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #38C5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C5DD is #C73A22. Grayscale: #9D9D9D. Windows color (decimal): -13056547 or 14533944. OLE color: 14533944.

HSL color Cylindrical-coordinate representation of color #38C5DD: hue angle of 188.73º 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 #38C5DD is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 197 221 -
CMYK 0.75 0.11 0 0.13
HSL 188.73º 0.71% 0.54% -
HSV(B) 188.73º 0.75% 0.87% -
XYZ 34.65 45.99 75.46 -
YUV 157.58 163.79 55.55 -
System Red Green Blue C M Y K H S L
Decimal 56 197 221 0.75 0.11 0 0.13 188.73 0.71 0.54
Hex 38 C5 DD 4B B 0 D BD 47 36
Octal 70 305 335 113 13 0 15 275 107 66
Binary 111000 11000101 11011101 1001011 1011 0 1101 10111101 1000111 110110

Color Harmonies of #38C5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C5DD

Black with #38C5DD

Text Example


Text Example

White with #38C5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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