Html Css Color HEX #38C5DA Summer Sky

📋 copy color: '#38C5DA'

red 56 ◦ green 197 ◦ blue 218

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

Shades of Summer Sky #38C5DA

Tints of Summer Sky #38C5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 11.89%
G = 41.83%
B = 46.28%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#38C5DA (or 0x38C5DA) is known color: Summer Sky. HEX triplet: 38, C5 and DA. RGB value is (56,197,218). Sum of RGB (Red+Green+Blue) = 56+197+218=471 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.89% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #38C5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C5DA is #C73A25. Grayscale: #9D9D9D. Windows color (decimal): -13056550 or 14337336. OLE color: 14337336.

HSL color Cylindrical-coordinate representation of color #38C5DA: hue angle of 187.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38C5DA is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 197 218 -
CMYK 0.74 0.10 0 0.15
HSL 187.78º 0.69% 0.54% -
HSV(B) 187.78º 0.74% 0.85% -
XYZ 34.25 45.84 73.37 -
YUV 157.24 162.29 55.79 -
System Red Green Blue C M Y K H S L
Decimal 56 197 218 0.74 0.10 0 0.15 187.78 0.69 0.54
Hex 38 C5 DA 4A A 0 F BC 45 36
Octal 70 305 332 112 12 0 17 274 105 66
Binary 111000 11000101 11011010 1001010 1010 0 1111 10111100 1000101 110110

Color Harmonies of #38C5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C5DA

Black with #38C5DA

Text Example


Text Example

White with #38C5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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