Html Css Color HEX #38C0DF Summer Sky

📋 copy color: '#38C0DF'

red 56 ◦ green 192 ◦ blue 223

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

Shades of Summer Sky #38C0DF

Tints of Summer Sky #38C0DF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.76%

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 11.89%
G = 40.76%
B = 47.35%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#38C0DF (or 0x38C0DF) is known color: Summer Sky. HEX triplet: 38, C0 and DF. RGB value is (56,192,223). Sum of RGB (Red+Green+Blue) = 56+192+223=471 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.89% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #38C0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C0DF is #C73F20. Grayscale: #9A9A9A. Windows color (decimal): -13057825 or 14663736. OLE color: 14663736.

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

Color convert

RGB 56 192 223 -
CMYK 0.75 0.14 0 0.13
HSL 191.14º 0.72% 0.55% -
HSV(B) 191.14º 0.75% 0.87% -
XYZ 33.8 43.87 76.5 -
YUV 154.87 166.44 57.48 -
System Red Green Blue C M Y K H S L
Decimal 56 192 223 0.75 0.14 0 0.13 191.14 0.72 0.55
Hex 38 C0 DF 4B E 0 D BF 48 37
Octal 70 300 337 113 16 0 15 277 110 67
Binary 111000 11000000 11011111 1001011 1110 0 1101 10111111 1001000 110111

Color Harmonies of #38C0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C0DF

Black with #38C0DF

Text Example


Text Example

White with #38C0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,192,223); }

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

background-color css

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

 a { background-color: rgb(56,192,223); }

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

border-color css

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

 span { border-color: rgb(56,192,223); }

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